An open API service indexing awesome lists of open source software.

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

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.