moar / template-block
Block based template system
dev-master
2013-04-21 04:52 UTC
Requires
- php: >=5.3.0
- moar/log: dev-master
This package is auto-updated.
Last update: 2024-11-04 07:48:10 UTC
README
Block based template system based on Adam Shaw's phpti template engine.
Part of the Moar PHP Library.
Installation
Moar-Template-Block is available on Packagist (moar/template-block) and is installable via Composer.
{
"require": {
"moar/template-block": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader.
$ git clone https://github.com/bd808/moar-template-block.git
Run the tests
Tests are automatically performed by Travis CI:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit