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

This package is auto-updated.

Last update: 2024-04-17 20:34:28 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 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

License

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