orz14/object-id

A package to generate Object IDs

Maintainers

Package info

github.com/orz14/object-id

pkg:composer/orz14/object-id

Statistics

Installs: 51

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-16 22:41:41 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.