PHPackages                             habanero/tailor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. habanero/tailor

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

habanero/tailor
===============

Multiple template handling for PHP

v0.1.1(10y ago)0177PHPPHP &gt;=5.3

Since Jul 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hbnro/tailor)[ Packagist](https://packagist.org/packages/habanero/tailor)[ RSS](/packages/habanero-tailor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

What's Tailor?
--------------

[](#whats-tailor)

Provides a common templating interface for partial rendering.

It comes with support for Twig, CoffeeScript, Jade, HAML, SCSS, LESS and Markdown out of the box. Written using Composer standards, PSR-friendly.

Using the composer
------------------

[](#using-the-composer)

Just declare it on your composer.json file.

```
{
  "require": {
    "habanero/tailor": "dev-master"
  }
}

```

Then execute the composer to download and setup the latest version.

```
$ php composer.phar install

```

You can use Tailor along with your other composer scripts.

```
