mukadi / doctrine-crud
It's simple CRUD Helper for Doctrine Managed entities.
Installs: 3 003
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.5
- doctrine/common: ^2.7.1
This package is auto-updated.
Last update: 2024-11-10 22:59:51 UTC
README
It's simple CRUD Helper for Doctrine Managed entities.
Installation
Run php composer.phar require mukadi/doctrine-crud
Usage
The Mukadi\Doctrine\CRUD\CRUD` class implements methods for create, update, delete and retreive entity managed by Doctrine. the CRUD class instanciation require an instance of Doctrine Object Manager and FQCN of the entity to handle.