moar/template-block

Block based template system

dev-master 2013-04-21 04:52 UTC

This package is auto-updated.

Last update: 2024-05-04 06:51:10 UTC


README

Block based template system based on Adam Shaw's phpti template engine.

Part of the Moar PHP Library.

Build Status

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

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit