p2made / yii2-uuid
A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID), wrapped as helpers for Yii 2 Framework.
Installs: 4 501
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.3.3
- moontoast/math: ~1.1
- ramsey/uuid: >=3.1
- yiisoft/yii2: >=2.0.4
Requires (Dev)
- doctrine/dbal: >=2.3
- phpunit/phpunit: ~4.1
- satooshi/php-coveralls: ~0.6
- symfony/console: ~2.3
Suggests
- moontoast/math: Support for converting UUID to 128-bit integer (in string form).
README
A simple wrapper of ramsey/uuid as helpers for Yii 2 Framework.
Version 3 brings P2Uuid into sync with version 3 of ramsey/uuid.
Deprecated
This project has been deprecated & I have rolled UuidHelpers
into yii2-p2y2-things.