ipub / doctrine-crud
CRUD methods for Doctrine2 ORM
Installs: 56 196
Dependents: 7
Suggesters: 1
Security: 0
Stars: 6
Watchers: 1
Forks: 1
pkg:composer/ipub/doctrine-crud
Requires
- php: >=8.1.0
 - doctrine/orm: ^2.6
 - nette/bootstrap: ^3.2
 - nette/di: ^3.2
 - nette/utils: ^3.2||^4.0
 - phpdocumentor/reflection-docblock: ^5.2
 
Requires (Dev)
- brianium/paratest: ^7.3
 - contributte/console: ^0.9
 - infection/infection: ^0.27
 - nettrine/cache: ^0.3
 - nettrine/orm: ^0.8
 - orisai/coding-standard: ^3.2
 - pds/skeleton: ^1.0
 - php-parallel-lint/php-parallel-lint: ^1.3
 - phpstan/extension-installer: ^1.3
 - phpstan/phpstan: ^1.10
 - phpstan/phpstan-deprecation-rules: ^1.1
 - phpstan/phpstan-doctrine: ^1.3
 - phpstan/phpstan-nette: ^1.2
 - phpstan/phpstan-phpunit: ^1.1
 - phpstan/phpstan-strict-rules: ^1.5
 - phpunit/phpunit: ^10.0
 - staabm/annotate-pull-request-from-checkstyle: ^1.8
 - tracy/tracy: ^2.9
 
README
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.