moar / template-block
Block based template system
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/moar/template-block
Requires
- php: >=5.3.0
- moar/log: dev-master
This package is auto-updated.
Last update: 2025-10-04 09:36:41 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