Download the PHP package lku/doctrine-guid without Composer
On this page you can find all versions of the php package lku/doctrine-guid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lku/doctrine-guid
More information about lku/doctrine-guid
Files in lku/doctrine-guid
Download lku/doctrine-guid
More information about lku/doctrine-guid
Files in lku/doctrine-guid
Vendor lku
Package doctrine-guid
Short Description Doctrine Event Subscriber for automatic generation GUID/UUID
License MIT
Package doctrine-guid
Short Description Doctrine Event Subscriber for automatic generation GUID/UUID
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-guid
Doctrine GUID Event Subscriber
This library provides event subscriber
for Doctrine ORM, which
generates GUID in prePersist
event automatically for every
entity field with guid type.
Installation
Requirements
- PHP 5.4+
- Doctrine ORM 2.4+
Usage
Register event subscriber:
Add GUID field definition to entity:
After persisting new instance of Entity
class in EntityManager
it has guid
field filled with GUID.
License
This library is released under the MIT License.
All versions of doctrine-guid with dependencies
PHP Build Version
Package Version
The package lku/doctrine-guid contains the following files
Loading the files please wait ....