Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 763 Bytes

Universally Unique Lexicographically Sortable Identifier

A PHP port of alizain/ulid with some minor improvements.

Latest Stable Version Build Status

Installation

The recommended way to install the library is through Composer.

composer require robinvdvleuten/ulid

Quick Example

use Ulid\Ulid;

$ulid = Ulid::generate();
print $ulid; // 01b8kyr6g8bc61ce8r6k2t16hy

License

MIT © Robin van der Vleuten