orz14/object-id

A package to generate Object IDs

v1.1.2 2024-06-16 18:56 UTC

This package is auto-updated.

Last update: 2025-02-16 20:24:04 UTC


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.