PHPackages                             opendena/jade.php - 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. opendena/jade.php

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

opendena/jade.php
=================

HAML-like template engine for PHP 5.3

18766[5 issues](https://github.com/opendena/jade.php/issues)PHP

Since May 31Pushed 12y ago3 watchersCompare

[ Source](https://github.com/opendena/jade.php)[ Packagist](https://packagist.org/packages/opendena/jade.php)[ RSS](/packages/opendena-jadephp/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Jade.php [![Build Status](https://camo.githubusercontent.com/bc34835945fe4aa19a9a7b24ca528d0926eacc3ca1be177bd9d6ffcde9155e58/68747470733a2f2f7472617669732d63692e6f72672f6f70656e64656e612f6a6164652e7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/opendena/jade.php)
===========================================================================================================================================================================================================================================================================================

[](#jadephp-)

Jade.php adds inline PHP scripting support to the [Jade](http://jade-lang.com) template compiler.

No more maintenance
-------------------

[](#no-more-maintenance)

Sorry, but we lack of time to maintaining this project.

Please contact us if you want to have the **ownership** of this project on **github/composer**.

Installation
------------

[](#installation)

We strongly recommand to use composer

```
{
    "require":{
        "opendena/jade.php":"dev-master"
    }
}
```

Use
---

[](#use)

### Creating simple tags

[](#creating-simple-tags)

```
