orz14 / object-id
A package to generate Object IDs
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/orz14/object-id
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^9.0
README
Installation
You can install the package via Composer.
composer require orz14/object-id
Usage
use ObjectId\ObjectId; $objectId = ObjectId::generate(); echo $objectId; // 666f346400408b392ccd3a35
Changelog
Please see the GitHub "Releases" page for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.