php-extended / php-ulid-factory-interface
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-ulid-interface package instead.
A library to generate ulids
3.0.25
2021-06-24 14:42 UTC
Requires
README
A library to generate valid ulid objects.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-ulid-factory-interface": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-ulid-factory-object
.
License
MIT (See license file).