2017 © Pedro Peláez
 

library identity

PHPinnacle Identity

image

phpinnacle/identity

PHPinnacle Identity

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 40 % Grown

The README.md

PHPinnacle UUID

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

PHPinnacle UUID is simple wrap for Ramsey UUID library., (*2)

Install

Via Composer, (*3)

``` bash $ composer require phpinnacle/identity, (*4)


## Basic Usage ``` php <?php require __DIR__ . '/vendor/autoload.php'; use PHPinnacle\UUID; $random = UUID::random(); $time = UUID::time(); $url = UUID::url('example.com');

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email dev@phpinnacle.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

31/01 2018

dev-master

9999999-dev https://github.com/phpinnacle/identity

PHPinnacle Identity

  Sources   Download

MIT

The Requires

 

The Development Requires

uuid identity phpinnacle

31/01 2018

0.1

0.1.0.0 https://github.com/phpinnacle/identity

PHPinnacle Identity

  Sources   Download

MIT

The Requires

 

The Development Requires

uuid identity phpinnacle