https://github.com/phpinnacle/ulid
https://github.com/phpinnacle/ulid
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phpinnacle/ulid
- Owner: phpinnacle
- Created: 2019-08-20T14:05:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T14:10:50.000Z (over 6 years ago)
- Last Synced: 2025-02-07T17:37:27.031Z (12 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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