tsantos/crud-bundle

Crud operations for Symfony2 projects

dev-master 2016-03-05 16:43 UTC

This package is auto-updated.

Last update: 2023-06-06 11:09:30 UTC


README

The TavsCrudBundle adds the support to CRUD operations in your Symfony2 application.

Build Status

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.