mukadi/doctrine-crud

It's simple CRUD Helper for Doctrine Managed entities.

1.0.0 2018-05-09 20:01 UTC

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.