An open API service indexing awesome lists of open source software.

https://github.com/phpinnacle/ulid


https://github.com/phpinnacle/ulid

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# PHPinnacle ULID

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Software License][ico-license]](LICENSE.md)

Pure PHP [ulid](https://github.com/ulid/spec) implementation with binary encoding support.

## Install

Via Composer

```bash
$ composer require phpinnacle/ulid
```

## Basic Usage

```php