ocramius/ramsey-uuid-temporary-fork
Do not use - this is just to avoid having to use the git/github repository types, and will be dropped in future
Maintainers
Package info
pkg:composer/ocramius/ramsey-uuid-temporary-fork
Fund package maintenance!
Requires
- php: ^7.2 || ^8
- ext-json: *
- brick/math: ^0.8
- ramsey/collection: ^1.0
- symfony/polyfill-ctype: ^1.8
Requires (Dev)
- codeception/aspect-mock: ^3
- dealerdirect/phpcodesniffer-composer-installer: ^0.6.2 || ^0.7.0
- doctrine/annotations: ^1.8
- goaop/framework: ^2
- mockery/mockery: ^1.3
- moontoast/math: ^1.1
- paragonie/random-lib: ^2
- php-mock/php-mock-mockery: ^1.3
- php-mock/php-mock-phpunit: ^2.5
- php-parallel-lint/php-parallel-lint: ^1.1
- phpbench/phpbench: ^0.17.1
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-mockery: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpunit/phpunit: ^8.5
- psy/psysh: ^0.10.0
- slevomat/coding-standard: ^6.0
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: 3.9.4
Suggests
- ext-bcmath: Enables faster math with arbitrary-precision integers using BCMath.
- ext-ctype: Enables faster processing of character classification using ctype functions.
- ext-gmp: Enables faster math with arbitrary-precision integers using GMP.
- ext-uuid: Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.
- paragonie/random-lib: Provides RandomLib for use with the RandomLibAdapter
- ramsey/uuid-doctrine: Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.
Provides
None
Conflicts
None
Replaces
- rhumsaa/uuid: 4.1.99
MIT 7938bab5e2a713977951df3a6713d9cdf84120d2
This package is auto-updated.
Last update: 2022-05-05 11:24:52 UTC
README
👁 Source Code
👁 Latest Version
👁 Software License
👁 PHP Version
👁 Build Status
👁 Coverage Status
👁 Total Downloads
ramsey/uuid is a PHP library for generating and working with universally unique identifiers (UUIDs).
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.
Much inspiration for this library came from the Java and Python UUID libraries.
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json:
composer require ramsey/uuid
Upgrading to Version 4
See the documentation for a thorough upgrade guide:
Documentation
Please see https://uuid.ramsey.dev for documentation, tips, examples, and frequently asked questions.
Contributing
Contributions are welcome! Please read CONTRIBUTING.md for details.
Copyright and License
The ramsey/uuid library is copyright © Ben Ramsey and licensed for use under the MIT License (MIT). Please see LICENSE for more information.
