PHPackages                             kitano/pel-bundle - 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. kitano/pel-bundle

ActiveSymfony-bundle

kitano/pel-bundle
=================

Bundle for PEL (PHP Expression Language) integration in Symfony

41.1k

Since Apr 17Compare

[ Source](https://github.com/Kitano/KitanoPelBundle)[ Packagist](https://packagist.org/packages/kitano/pel-bundle)[ RSS](/packages/kitano-pel-bundle/feed)WikiDiscussions Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PelBundle
=========

[](#pelbundle)

This bundle integrates [Kitano PHP Expression language](https://github.com/Kitano/php-expression)into Symfony 2.

TODO
----

[](#todo)

- Add symfony specific expressions + compilers (if any)

Index
-----

[](#index)

- [State](#state)
- [Installation](#installation)
- [Usage](#usage)
    - [Basic usage](#basic-usage)
    - [Registering custom expression compiler](#registering-custom-expression-compiler)
- [Testing](#testing)
- [License](#license)

State
-----

[](#state)

Unstable. [![Build Status](https://camo.githubusercontent.com/128bea36a7631a7433d5994144c2061ac0dd2a0104116fea63ff14f7683887e6/68747470733a2f2f7472617669732d63692e6f72672f4b6974616e6f2f4b6974616e6f50656c42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Kitano/KitanoPelBundle)

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

[](#installation)

First, install the bundle package with composer:

```
$ php composer.phar require kitano/pel-bundle
```

Next, activate the bundle into `app/AppKernel.php`:

```
