PHPackages                             tpg/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. tpg/extjs-bundle

Abandoned → [amstaffix/extjs-bundle](/?search=amstaffix%2Fextjs-bundle)ArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tpg/extjs-bundle
================

Use ExtJs with Symfony 2

v2.3.3(9y ago)211.1k18[4 issues](https://github.com/jamesmoey/extjs-bundle/issues)[1 PRs](https://github.com/jamesmoey/extjs-bundle/pulls)2MITJavaScriptPHP ~5.4

Since Apr 22Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jamesmoey/extjs-bundle)[ Packagist](https://packagist.org/packages/tpg/extjs-bundle)[ Docs](https://github.com/AmsTaFFix/extjs-bundle)[ RSS](/packages/tpg-extjs-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (11)Used By (2)

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

[](#extjs-bundle)

Use ExtJs with Symfony 2

[![Build Status](https://camo.githubusercontent.com/2e52626756fd2d8c5d009797b96790a375369d329b421ceebb55166e469b73d2/68747470733a2f2f7472617669732d63692e6f72672f416d735461464669782f6578746a732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/2e52626756fd2d8c5d009797b96790a375369d329b421ceebb55166e469b73d2/68747470733a2f2f7472617669732d63692e6f72672f416d735461464669782f6578746a732d62756e646c652e7376673f6272616e63683d6d6173746572)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f39a91043c9d23386c83767fc9d0baf26a91424eb6ccea97e8ef81bd49dde094/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f416d735461464669782f6578746a732d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AmsTaFFix/extjs-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/dafad53e11b5d143d9d016d425effe82b4cc063f24d66e65deb9f88d8676abd9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f416d735461464669782f6578746a732d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AmsTaFFix/extjs-bundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/723acbe4078e051c59c0d140aba46e0410433bf3847edaec5f17544d23590b84/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f416d735461464669782f6578746a732d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AmsTaFFix/extjs-bundle/?branch=master)

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 ~1.0
- Doctrine ORM or ODM
- Generator from Sensio ~2.3

Optional

- Rest Controller code generator need FOSRestBundle ~1.0

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

[](#installation)

**Using composer**

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

**Enabling bundle**

```
