barcodex / templar
Template processor wrapper for Temple
dev-master
2015-04-08 22:26 UTC
Requires
- php: >=5.3.2
- barcodex/temple: *
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2025-01-04 19:21:30 UTC
README
Templar is the filesystem-aware wrapper for Temple text processor.
It is meant to be a default template processor engine for Kasha PHP framework, but it can be used standalone, too.
## Installation
Install Temple with Composer by adding a requirement into composer.json of your project:
{ "require": { "barcodex/templar": "*" } }
or requiring it from the command line:
composer require barcodex/templar:*