Download the PHP package phpgears/identity-extra without Composer
On this page you can find all versions of the php package phpgears/identity-extra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpgears/identity-extra
More information about phpgears/identity-extra
Files in phpgears/identity-extra
Package identity-extra
Short Description Identity object for PHP
License MIT
Homepage https://github.com/phpgears/identity-extra
Informations about the package identity-extra
Identity Extra
Non UUID based identity objects for PHP
This package extends phpgears/identity to provide non UUID-based identities
Installation
Composer
Usage
Require composer autoload file
Mongo ObjectId
You need to install and enable ext-mongodb through your distro's repos or PECL
ULID (Universally Unique Lexicographically Sortable Identifier)
you need to require https://github.com/robinvdvleuten/php-ulid
Find more information about ULID at https://github.com/ulid/spec
KSUID (K-Sortable Globally Unique IDs)
you need to require https://github.com/tuupola/ksuid
Find more information about KSUID at https://github.com/segmentio/ksuid
Xid (Globally Unique ID)
you need to require https://github.com/fpay/xid-php
Find more information about Xid at https://github.com/fpay/xid-php
Contributing
Found a bug or have a feature request? Please open a new issue. Have a look at existing issues before.
See file CONTRIBUTING.md
License
See file LICENSE included with the source code for a copy of the license terms.