15/05
2018
dev-master
9999999-devA tiny PHP templating engine.
MIT
The Development Requires
by Maximilian Schmidt
A tiny PHP templating engine.
A tiny PHP templating engine., (*2)
Visit the full documentation for a detailed explanation., (*3)
$ composer require mcstreetguy/tempearly
$engine = new MCStreetguy\Tempearly('path/to/templates','.tpl.html');
$engine->parse('login-template-1',array( 'my-variable' => 'Hello World!', 'another-variable' => true ));
A tiny PHP templating engine.
MIT