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

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

This package is auto-updated.

Last update: 2025-10-16 21:43:51 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.