kristofvc / list-bundle
This is a bundle to render lists for use with Symfony2
Installs: 1 638
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- knplabs/knp-paginator-bundle: 2.4.*
- symfony/framework-bundle: ~2.0
README
This bundle is used for rendering a list of objects. After setting up a configuration for your list, you can sort columns, filter items and view paginated data.
Features include:
- Building a list of objects
- Render this list in twig
- Sort columns
- Filter your list of objects
- Add actions that can be executed per object
Documentation
The documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
Kristof Van Cauwenbergh's initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
Feel free to fork this project, to contribute and to send us pull requests.
TODO
- More filters
- More templates (not only bootstrap)