audithsoftworks / uuid-doctrine-odm
Allow the use of a ramsey/uuid UUID as Doctrine ODM field type.
3.0.1
2020-08-12 09:32 UTC
Requires
- php: ^7.3
- ext-mongodb: *
- doctrine/mongodb-odm: ^2.1
- ramsey/uuid: ^4.0
Requires (Dev)
- phpunit/phpunit: ^9.2
- roave/security-advisories: dev-master
README
Allow the use of a ramsey/uuid UUID as Doctrine ODM field type.
Install
Via Composer
$ composer require audithsoftworks/uuid-doctrine-odm
Usage
<?php use Doctrine\ODM\MongoDB\Types\Type; Type::registerType('ramsey_uuid', \AudithSoftworks\Uuid\Doctrine\ODM\UuidType::class); Type::registerType('ramsey_uuid_binary', \AudithSoftworks\Uuid\Doctrine\ODM\UuidBinaryType::class);
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Credits
- Shahriyar Imanov (v2.x and v3.x)
- Johan de Ruijter (v1.x)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.