tsantos / crud-bundle
Crud operations for Symfony2 projects
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tsantos/crud-bundle
Requires
- php: >=5.4.0
- symfony/event-dispatcher: 3.0.*
- symfony/form: 3.0.*
- tsantos/datatable-bundle: dev-master
- twig/twig: ~1.12
This package is auto-updated.
Last update: 2025-10-06 16:05:55 UTC
README
The TavsCrudBundle adds the support to CRUD operations in your Symfony2 application.
Features include:
- Configure entities in config.yml
- Base controller for handling CRUD operations
- Event dispatcher to perform tasks before and after CRUD operations
- Highly customizable
TODO: Add support to MongoDb documents.