Download the PHP package guifelix/ulid without Composer
On this page you can find all versions of the php package guifelix/ulid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download guifelix/ulid
More information about guifelix/ulid
Files in guifelix/ulid
Download guifelix/ulid
More information about guifelix/ulid
Files in guifelix/ulid
Please rate this library. Is it a good library?
Informations about the package ulid
This is a PHP ULID package
PHP Library to use ULID on your application.
- 128-bit compatibility with UUID
- 1.21e+24 unique ULIDs per millisecond
- Lexicographically sortable!
- Canonically encoded as a 26 character string, as opposed to the 36 character UUID
- Uses Crockford's base32 for better efficiency and readability (5 bits per character)
- Case insensitive
- No special characters (URL safe)
- Monotonic sort order (correctly detects and handles the same millisecond)
Installation
You can install the package via composer:
Usage
Generate
Generate from timestamp
Generate from string (doesn't increment randomness)
Validate
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Robin van der Vleuten - I have used most of his code for this package
- Guilherme Maciel
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of ulid with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package guifelix/ulid contains the following files
Loading the files please wait ....