https://github.com/phpinnacle/identity
https://github.com/phpinnacle/identity
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phpinnacle/identity
- Owner: phpinnacle
- License: mit
- Created: 2018-01-28T15:13:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T09:27:59.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T17:44:37.267Z (12 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHPinnacle UUID
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
PHPinnacle UUID is simple wrap for Ramsey UUID library.
## Install
Via Composer
``` bash
$ composer require phpinnacle/identity
```
## Basic Usage
``` php