jdr/uuid-doctrine-odm

Allow the use of a ramsey/uuid UUID as Doctrine ODM field type.

2.0.4 2021-02-11 20:27 UTC

This package is auto-updated.

Last update: 2024-05-12 03:35:44 UTC


README

Latest Version on Packagist Software License Build Status Total Downloads

Allow the use of a ramsey/uuid UUID as Doctrine ODM field type.

Install

Via Composer

$ composer require jdr/uuid-doctrine-odm

Usage

<?php

use Doctrine\ODM\MongoDB\Types\Type;

Type::registerType('ramsey_uuid', 'JDR\Uuid\Doctrine\ODM\UuidType');
Type::registerType('ramsey_uuid_binary', 'JDR\Uuid\Doctrine\ODM\UuidBinaryType');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email dev@johanderuijter.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.