https://github.com/bd808/moar-template-block
Block based template system.
https://github.com/bd808/moar-template-block
Last synced: 8 months ago
JSON representation
Block based template system.
- Host: GitHub
- URL: https://github.com/bd808/moar-template-block
- Owner: bd808
- License: mit
- Created: 2013-04-08T04:32:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-21T04:53:07.000Z (about 13 years ago)
- Last Synced: 2025-01-17T08:23:14.770Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moar-Template-Block
=============
Block based template system based on Adam Shaw's [phpti][] template engine.
Part of the [Moar PHP Library][].
[![Build Status][ci-status]][ci-home]
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][]:
[![Build Status][ci-status]][ci-home]
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit
---
[phpti]: https://github.com/arshaw/phpti
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/moar-template-block.png
[ci-home]: https://travis-ci.org/bd808/moar-template-block
[moar/template-block]: https://packagist.org/packages/moar/template-block
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org