Componette

Componette

ipublikuj

ipublikuj / doctrine-crud v4.0.0

CRUD functions in Doctrine2 for Nette Framework (3.0+)

download-cloud-line composer require ipub/doctrine-crud

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.

  • v4.0.0 v4.0.0

    • Added support for PHP attributes
  • v3.0.2 v3.0.2

    • Fixing nette deprecation
  • v3.0.1 v3.0.1

    • Fixing class validation
  • v3.0.0 v3.0.0

    Using latest version of Doctrine ORM

  • v2.3.1 v2.3.1

    • Create entity exception now contain missing field info
  • v2.3.0 v2.3.0

    • Removed validator
    • Removed entity hydrator
    • Added abbility to overide entity class
  • v2.2.1 v2.2.1

    • Just small code cleaning
  • v2.2.0 v2.2.0

    • Dropped old Nette & PHP support
    • Replaced deprecated nette/reflection with phpdocumentor/reflection-docblock
  • v2.1.2 v2.1.2

    • Better Nette 3.0 support
  • v2.1.1 v2.1.1

    • Fixing Nette 3 support
    • Added backward compatibitly, check doc for updates
  • v2.1.0 v2.1.0

    • Added support for Nette 3.0
  • v2.0.9 v2.0.9

    • Added entity builder for sub entity
  • v2.0.8 v2.0.8

    • Fixing typo
    • Added support for value object
  • 2.0.7 2.0.7

    • Added support for "to many" relations to be hydrated too
  • v2.0.6 v2.0.6

    • Yet another code cleaning
  • v2.0.5 v2.0.5

    • Updating project url
  • v2.0.4 v2.0.4

    • Code cleaning
    • Fixing return types
  • v2.0.3 v2.0.3

    • Upgraded to nette 2.4 & PHP 7.1
  • v2.0.2 v2.0.2

    • Fixed namespace for helpers in creator
  • v2.0.1 v2.0.1

    • Just code cleaning & coding standards
  • v2.0.0 v2.0.0

    • Removed dependecy on Kdyby library
    • Added magic box for creating entities
    • Added special exception for missing entity item
  • v1.1.0 v1.1.0

    • Refactored to Nette 2.4
    • Refactored to PHP7
    • Added magic for entity creation
    • Entity property validators
  • v1.0.0 v1.0.0

    • Initial release
Componette Componette felix@nette.org