A very useful small template engine script to use for small php project.
Ideas and thoughts are collected from codeshack.io provided by David Adams.
Composer Installation:
composer require hemroy/simpletemplate
This template engine is very light weight only a single file currently and when compiled
produced compiled php code.
A demo test folder has been given with this package, where the use of this template engine
has been demonstrated for users who wants to use the package.
Make sure, php is installed and path is set to auto locate php. Then
```
php -S localhost:port -t test/
```
This package is with MIT license.