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
- Host: GitHub
- URL: https://github.com/php-identifier/identifier
- Owner: php-identifier
- License: cc0-1.0
- Created: 2022-09-09T16:08:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T01:33:14.000Z (7 months ago)
- Last Synced: 2025-04-22T05:58:47.308Z (6 months ago)
- Topics: guid, id, identifier, php, php8, snowflake, uid, ulid, uuid
- Language: PHP
- Homepage: https://php-identifier.readthedocs.io
- Size: 194 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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."