mcstreetguy / tempearly
This package is abandoned and no longer maintained.
No replacement package was suggested.
A tiny PHP templating engine.
v0.4.2
2018-01-20 00:00 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
A tiny PHP templating engine.
Visit the full documentation for a detailed explanation.
Installation
$ composer require mcstreetguy/tempearly
Usage
$engine = new MCStreetguy\Tempearly('path/to/templates','.tpl.html');
$engine->parse('login-template-1',array( 'my-variable' => 'Hello World!', 'another-variable' => true ));