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

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

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.

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.