2017 © Pedro Peláez
 

library uuid-doctrine-odm

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

image

jdr/uuid-doctrine-odm

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

  • Monday, October 19, 2015
  • by jdr
  • Repository
  • 2 Watchers
  • 3 Stars
  • 4,211 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 25 % Grown

The README.md

uuid-doctrine-odm

Latest Version on Packagist ![Software License][ico-license] [Build Status][link-gh-workflow] ![Total Downloads][ico-downloads], (*1)

Allow the use of a ramsey/uuid UUID as Doctrine ODM field type., (*2)

Install

Via Composer, (*3)

``` bash $ composer require jdr/uuid-doctrine-odm, (*4)


## Usage ``` php <?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., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

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

Credits

License

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

The Versions

19/10 2015

dev-master

9999999-dev https://github.com/johanderuijter/uuid-doctrine-odm

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

  Sources   Download

MIT

The Requires

 

The Development Requires

jdr uuid-doctrine-odm

19/10 2015

v0.2.0

0.2.0.0 https://github.com/johanderuijter/uuid-doctrine-odm

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

  Sources   Download

MIT

The Requires

 

The Development Requires

jdr uuid-doctrine-odm

18/10 2015

v0.1.0

0.1.0.0 https://github.com/johanderuijter/uuid-doctrine-odm

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

  Sources   Download

MIT

The Requires

 

The Development Requires

jdr uuid-doctrine-odm