dev-master
9999999-dev http://www.tilpy.comTemplate processor wrapper for Temple
MIT
The Requires
- php >=5.3.2
- barcodex/temple *
- phpunit/phpunit 4.5.*
by Anvarzon Zurajev
Template processor wrapper for Temple
Templar is the filesystem-aware wrapper for Temple text processor., (*1)
It is meant to be a default template processor engine for Kasha PHP framework, but it can be used standalone, too., (*2)
Install Temple with Composer by adding a requirement into composer.json of your project:, (*3)
{ "require": { "barcodex/templar": "*" } }
or requiring it from the command line:, (*4)
composer require barcodex/templar:*
Template processor wrapper for Temple
MIT