A library to implement uuid parsing and generation
A library to implement uuid parsing and generation.
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-uuid-interface": "^1"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library is an interface-only library. It represents an abstract uuid number that follows semantic uuidning rules.
For a concrete implementation, see php-extended/php-uuid-object
.
MIT (See license file).