/simple-template-engine

A very simple template engine I created for a job application.

Primary LanguagePHPMIT LicenseMIT

Simple Template Engine

Build Status Scrutinizer Code Quality Code Coverage

A very simple template engine I created for a job application.

Testing

Run tests:

vendor\bin\phpunit tests\

or with coverage report:

vendor\bin\phpunit --coverage-html coverage\ tests\

License

Licensed under the MIT license.