Skip to content

🔧 CRUD functions in Doctrine2 for Nette Framework (3.0+)

License

Notifications You must be signed in to change notification settings

ipublikuj/doctrine-crud

Repository files navigation

Doctrine CRUD

Build Status Code coverage PHP Licence Downloads total Latest stable PHPStan

Implementation of CRUD system into Doctrine3 with CRUD system.

Installation

The best way to install ipub/doctrine-crud is using Composer:

composer require ipub/doctrine-crud

After that, you have to register extension in config.neon.

extensions:
    doctrineCrud: IPub\DoctrineCrud\DI\DoctrineCrudExtension

Documentation

Learn how to register and work with blameable behavior in documentation.


Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/doctrine-crud.