jadeit/crud-bundle

A Symfony2 bundle to help with CRUD operations

Maintainers

Package info

github.com/jadeit/crud-bundle

pkg:composer/jadeit/crud-bundle

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-08-18 20:20 UTC

This package is not auto-updated.

Last update: 2026-02-24 07:28:47 UTC


README

This Symfony 2 Bundle centralizes the basic CRUD operations in a service.

The idea is to call the service from your controllers. This ensures that all your controllers handle CRUD in the same way.