Download the PHP package kiefernwald/doctrine-uuid-generator without Composer
On this page you can find all versions of the php package kiefernwald/doctrine-uuid-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kiefernwald/doctrine-uuid-generator
More information about kiefernwald/doctrine-uuid-generator
Files in kiefernwald/doctrine-uuid-generator
Download kiefernwald/doctrine-uuid-generator
More information about kiefernwald/doctrine-uuid-generator
Files in kiefernwald/doctrine-uuid-generator
Vendor kiefernwald
Package doctrine-uuid-generator
Short Description Use UUIDv4 as generated id in Doctrine ORM.
License MIT
Homepage https://github.com/kiefernwald/doctrine-uuid-generator
Package doctrine-uuid-generator
Short Description Use UUIDv4 as generated id in Doctrine ORM.
License MIT
Homepage https://github.com/kiefernwald/doctrine-uuid-generator
Please rate this library. Is it a good library?
Informations about the package doctrine-uuid-generator
Doctrine UUID Generator library
Enables support for UUIDv4 as IDs of Doctrine entities.
UUIDv4 creation is based on the awesome ramsey/uuid library. Currently only UUIDs as strings are supported.
Installation
It is recommended to use Composer. You can run the following command to add the library to your requirements in composer.json
:
composer require "kiefernwald/doctrine-uuid-generator=~1.0"
Usage example
You can just use it as CustomIdGenerator. If you are using Annotations, your code should like this:
All versions of doctrine-uuid-generator with dependencies
PHP Build Version
Package Version
The package kiefernwald/doctrine-uuid-generator contains the following files
Loading the files please wait ....