An open API service indexing awesome lists of open source software.

https://github.com/php-identifier/identifier

Common interfaces for identifiers
https://github.com/php-identifier/identifier

guid id identifier php php8 snowflake uid ulid uuid

Last synced: 5 months ago
JSON representation

Common interfaces for identifiers

Awesome Lists containing this project

README

          

identifier/identifier


Common Interfaces and Factories for Identifiers

## About

This project is a specification defining common interfaces for representing and
creating identifiers in PHP. For more information,
[read the specification](https://php-identifier.readthedocs.io).

This project adheres to a [code of conduct](CODE_OF_CONDUCT.md).
By participating in this project and its community, you are expected to
uphold this code.

## Installation

Install this package as a dependency using [Composer](https://getcomposer.org).

``` bash
composer require identifier/identifier
```

## Contributing

Contributions are welcome! To contribute, please familiarize yourself with
[CONTRIBUTING.md](CONTRIBUTING.md).

## Coordinated Disclosure

Keeping user information safe and secure is a top priority, and we welcome the
contribution of external security researchers. If you believe you've found a
security issue in software that is maintained in this repository, please read
[SECURITY.md](SECURITY.md) for instructions on submitting a vulnerability report.

## Public Domain Dedication

To the extent possible under law, Ben Ramsey has waived all copyright and
related or neighboring rights to "Common Interfaces and Factories for
Identifiers."

CC0