https://github.com/orz14/object-id
A package to generate Object IDs
https://github.com/orz14/object-id
generator identifier php
Last synced: 5 months ago
JSON representation
A package to generate Object IDs
- Host: GitHub
- URL: https://github.com/orz14/object-id
- Owner: orz14
- License: mit
- Created: 2024-06-16T18:19:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:58:26.000Z (about 2 years ago)
- Last Synced: 2025-10-28T17:38:35.871Z (8 months ago)
- Topics: generator, identifier, php
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object ID Generator
## Installation
You can install the package via [Composer](https://getcomposer.org).
```bash
composer require orz14/object-id
```
## Usage
```php
use ObjectId\ObjectId;
$objectId = ObjectId::generate();
echo $objectId; // 666f346400408b392ccd3a35
```
## Changelog
Please see [the GitHub "Releases" page](https://github.com/orz14/object-id/releases) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.