ocramius / ramsey-uuid-temporary-fork
4.1.99
2020-06-30 13:49 UTC
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.
Replaces
- rhumsaa/uuid: 4.1.99
- 4.x-dev
- dev-master / 4.x-dev
- 4.1.99
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.0
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0.0-beta1
- 3.0.0-alpha3
- 3.0.0-alpha2
- 3.0.0-alpha1
- 2.9.0
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-feature/remove-ramsey-collection-dependency
- dev-feature/remove-cruft
- dev-datetime-nanoseconds
This package is auto-updated.
Last update: 2022-05-05 11:24:52 UTC
README
ramsey/uuid 是一个用于生成和使用通用唯一标识符(UUID)的PHP库。
本项目遵守 贡献者行为准则。参与本项目及其社区,您应遵守此准则。
此库的灵感大多来自 Java 和 Python 的 UUID 库。
安装
推荐通过 Composer 进行安装。运行以下命令安装包并将其添加到项目的 composer.json
文件中
composer require ramsey/uuid
升级到版本 4
请参阅文档以获取详细的升级指南
文档
请访问 https://uuid.ramsey.dev 以获取文档、技巧、示例和常见问题解答。
贡献
欢迎贡献!请阅读 CONTRIBUTING.md 以获取详细信息。
版权和许可证
ramsey/uuid 库版权所有 © Ben Ramsey,并许可在 MIT 许可证(MIT)下使用。请参阅 LICENSE 获取更多信息。