Template
, (*1)
Templating made easy., (*2)
This is a lightweight library that'll help you if you quickly want to setup some view or template, your imagination si the limit., (*3)
You can use it like we often se on the MVC structured frameworks, to quickly input some data on a XML file or any other kind., (*4)
How to install via Composer
The recommended way to install is through Composer., (*5)
# Install Composer
$ curl -sS https://getcomposer.org/installer | php
# Add Template as a dependency
$ php composer.phar require masnathan/template:dev-master
Once it's installed, you need to require Composer's autoloader:, (*6)
require 'vendor/autoload.php';