barcodex/templar

Template processor wrapper for Temple

dev-master 2015-04-08 22:26 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:56:03 UTC


README

Templar is the filesystem-aware wrapper for Temple text processor.

It is meant to be a default template processor engine for Kasha PHP framework, but it can be used standalone, too.

## Installation

Install Temple with Composer by adding a requirement into composer.json of your project:

{
   "require": {
        "barcodex/templar": "*"
   }
}

or requiring it from the command line:

composer require barcodex/templar:*