tsantos / crud-bundle
Crud operations for Symfony2 projects
dev-master
2016-03-05 16:43 UTC
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: 2024-12-06 14:09:24 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.