dev-master
9999999-dev https://github.com/bd808/moar-template-blockBlock based template system
MIT
The Requires
- php >=5.3.0
- moar/log dev-master
by Bryan Davis
Wallogit.com
2017 © Pedro Peláez
Block based template system
Block based template system based on Adam Shaw's phpti template engine., (*1)
Part of the Moar PHP Library., (*2)
Moar-Template-Block is available on Packagist (moar/template-block) and is installable via Composer., (*4)
{
"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., (*5)
$ git clone https://github.com/bd808/moar-template-block.git
Tests are automatically performed by Travis CI:
, (*6)
curl -sS https://getcomposer.org/installer | php php composer.phar install --dev phpunit
Block based template system
MIT