Skip to content

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

License

Notifications You must be signed in to change notification settings

ebuttiero/php-ulid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%