PHPackages                             sielay/jadebundle - 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. sielay/jadebundle

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

sielay/jadebundle
=================

Package wrapping EverzetJadeBundle from relo-san/EverzetJadeBundle

042PHP

Since Jul 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sielay/EverzetJadeBundle)[ Packagist](https://packagist.org/packages/sielay/jadebundle)[ RSS](/packages/sielay-jadebundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Provides Jade.php templates support for your Symfony2 project. See [Jade.php site](http://everzet.com/jade.php) &amp; [repository](http://github.com/everzet/jade.php) for more info.

Features
--------

[](#features)

- high performance parser
- great readability
- contextual error reporting at compile &amp; run time
- combine dynamic and static tag classes
- no tag prefix
- clear &amp; beautiful HTML output
- filters
    - :php
    - :cdata
    - :css
    - :javascript
- [TextMate Bundle](http://github.com/miksago/jade-tmbundle)
- [VIM Plugin](http://github.com/vim-scripts/jade.vim.git)

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

[](#installation)

Add bundle to your composer
---------------------------

[](#add-bundle-to-your-composer)

```
// composer.json
{
  ...
  "sielay/jadebundle" : "dev-master"

}

```

### Update your composer

[](#update-your-composer)

```
//
composer update

```

### Add EverzetJadeBundle to your application kernel

[](#add-everzetjadebundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bundle\Everzet\JadeBundle\EverzetJadeBundle(),
        // ...
    );
}

```

### Turn on jade bundle in application config

[](#turn-on-jade-bundle-in-application-config)

```
# app/config/config.yml
jade.config: ~

```

Write templates
---------------

[](#write-templates)

Write jade templates as you do with php, but suffix them with `.jade` extension:

```
# Application/HelloBundle/Resources/views/Hello/index.jade

- $view->extend('HelloBundle::layout.jade')

h2
  | Hello {{ $name }}!!!

# Application/HelloBundle/Resources/views/layout.jade

!!! strict
html
  head
    meta( http-equiv:"Content-Type", content="text/html; charset=utf-8" )
    title
      - $view['slots']->output('title', 'Hello Application')
  body

    h1 Hello Application

    - $view['slots']->output('_content')

```

Then you could render them like this:

```
return $this->render('HelloBundle:Hello:index.jade', array('name' => $name));

```

CREDITS
-------

[](#credits)

List of developers who contributed:

- Konstantin Kudryashov ()
- Lukasz Marek Sielski ()

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/133139?v=4)[Łukasz Marek Sielski](/maintainers/sielay)[@sielay](https://github.com/sielay)

---

Top Contributors

[![everzet](https://avatars.githubusercontent.com/u/30813?v=4)](https://github.com/everzet "everzet (5 commits)")[![sielay](https://avatars.githubusercontent.com/u/133139?v=4)](https://github.com/sielay "sielay (2 commits)")

### Embed Badge

![Health badge](/badges/sielay-jadebundle/health.svg)

```
[![Health](https://phpackages.com/badges/sielay-jadebundle/health.svg)](https://phpackages.com/packages/sielay-jadebundle)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
