ramsey / uuid
一个用于生成和处理通用唯一标识符(UUID)的PHP库。
4.7.6
2024-04-27 21:32 UTC
Requires
- php: ^8.0
- ext-json: *
- brick/math: ^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12
- ramsey/collection: ^1.2 || ^2.0
Requires (Dev)
- captainhook/captainhook: ^5.10
- captainhook/plugin-composer: ^5.3
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- doctrine/annotations: ^1.8
- ergebnis/composer-normalize: ^2.15
- mockery/mockery: ^1.3
- paragonie/random-lib: ^2
- php-mock/php-mock: ^2.2
- php-mock/php-mock-mockery: ^1.3
- php-parallel-lint/php-parallel-lint: ^1.1
- phpbench/phpbench: ^1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^8.5 || ^9
- ramsey/composer-repl: ^1.4
- slevomat/coding-standard: ^8.4
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.9
Suggests
- ext-bcmath: Enables faster math with arbitrary-precision integers using BCMath.
- 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.7.6
- 5.x-dev
- 4.x-dev
- 4.7.6
- 4.7.5
- 4.7.4
- 4.7.3
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.0
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta2
- 4.0.0-beta1
- 4.0.0-alpha5
- 4.0.0-alpha4
- 4.0.0-alpha3
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.x-dev
- 3.9.7
- 3.9.6
- 3.9.5
- 3.9.4
- 3.9.3
- 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-dependabot/github_actions/ridedott/merge-me-action-2.10.103
This package is auto-updated.
Last update: 2024-09-16 22:04:28 UTC
README
一个用于生成和操作UUID的PHP库。
ramsey/uuid是一个用于生成和处理通用唯一标识符(UUID)的PHP库。
本项目遵守行为准则。参与本项目及其社区,您应遵守此准则。
安装
推荐使用Composer安装。运行以下命令安装包并将它添加到项目的composer.json
中
composer require ramsey/uuid
升级到版本4
请参阅文档以获取详细的升级指南
文档
请访问https://uuid.ramsey.dev获取文档、技巧、示例和常见问题解答。
贡献
欢迎贡献!要贡献,请熟悉CONTRIBUTING.md。
协调披露
保护用户信息的安全和完整是我们的首要任务,我们欢迎外部安全研究员的贡献。如果您认为在此存储库维护的软件中发现了安全漏洞,请阅读SECURITY.md以了解提交漏洞报告的说明。
ramsey/uuid 企业版
作为Tidelift订阅的一部分提供。
ramsey/uuid的维护者以及成千上万的其他包维护者正在与Tidelift合作,为您使用的开源包提供商业支持和维护。节省时间,降低风险,并提高代码健康度,同时支付您使用的确切包的维护者。了解更多信息:点击这里。
版权和许可
ramsey/uuid库版权所有 © Ben Ramsey,并许可在MIT许可(MIT)下使用。有关更多信息,请参阅LICENSE。