PHPackages                             tecnocreaciones/extjs-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tecnocreaciones/extjs-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tecnocreaciones/extjs-bundle
============================

Use ExtJs with Symfony 2

2.3.1(12y ago)0141MITJavaScriptPHP &gt;=5.3.2

Since Apr 22Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Tecnocreaciones/extjs-bundle)[ Packagist](https://packagist.org/packages/tecnocreaciones/extjs-bundle)[ RSS](/packages/tecnocreaciones-extjs-bundle/feed)WikiDiscussions master Synced today

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

extjs-bundle
============

[](#extjs-bundle)

Use ExtJs with Symfony 2

[![Build Status](https://camo.githubusercontent.com/4787f19c2c0212fa2849240dc9ffb197625c6babd38b4630d7ccab6cc158409f/68747470733a2f2f7472617669732d63692e6f72672f6a616d65736d6f65792f6578746a732d62756e646c652e706e673f6272616e63683d322e33)](https://camo.githubusercontent.com/4787f19c2c0212fa2849240dc9ffb197625c6babd38b4630d7ccab6cc158409f/68747470733a2f2f7472617669732d63692e6f72672f6a616d65736d6f65792f6578746a732d62756e646c652e706e673f6272616e63683d322e33)

Packagist:

The aim of this bundle is to ease the intergration between Symfony 2 and ExtJS client side framework. It support

- Dynamic runtime generation of Ext.data.Model based on entities/models implement on the server side.
- Auto integrate of Ext Remoting integration with Symfony 2 Controller.
- Code generation of Rest Controller per entities, support GET, POST, PUT, PATCH and DELETE.

Requirement
-----------

[](#requirement)

Mandatory

- Symfony 2.3.\*
- Serializer library from JMS 0.13.\*
- Doctrine ORM or ODM
- Generator from Sensio 2.3.\*

Optional

- Rest Controller code generator need FOSRestBundle 0.12.\*

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

[](#installation)

**Using composer**

```
$ composer require tpg/extjs-bundle
```

**Enabling bundle**

```
