php-extended/php-uuid-interface

A library to implement uuid parsing and generation


Keywords
php, parsing, generation, uuid
License
MIT

Documentation

php-uuid-interface

A library to implement uuid parsing and generation.

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-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.

Basic Usage

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.

License

MIT (See license file).