newbridgegreen / extjs-bundle
Allows you to return arrays of objects in a ExtJS Store friendly output. For use with the FOSRestBundle
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
Requires (Dev)
- friendsofsymfony/rest-bundle: dev-master
- symfony/framework-bundle: >=2.0,<2.2-dev
This package is not auto-updated.
Last update: 2025-04-12 14:49:39 UTC
README
The ExtJSBundle has various classes to make life easier when returning data to an ExtJS interface using Symfony2. At the moment its specifically designed to work with FOSRestBundle
Features include:
- StoreView Used to return a collection of objects and wrap them in the default properties that helps an ExtJS Store out.
Caution: This bundle is developed in sync with symfony's repository. I have not tested this under Symfony 2.0.X
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Installation
All the installation instructions are located in documentation.
Reporting issues
Issues and feature requests are tracked in the Github issue tracker.