tsantos/crud-bundle

Crud operations for Symfony2 projects

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

This package is auto-updated.

Last update: 2024-05-06 13:00:10 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.