Skip to content
/ uuid Public

❄️ A PHP library for generating universally unique identifiers (UUIDs).

License

Notifications You must be signed in to change notification settings

ramsey/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ee7f7a · Mar 1, 2020
Nov 30, 2019
Mar 1, 2020
Jan 29, 2020
Mar 1, 2020
Mar 1, 2020
Jan 20, 2020
Feb 8, 2020
Feb 14, 2020
Mar 1, 2020
Jan 2, 2020
Mar 1, 2020
Feb 23, 2020
Feb 3, 2020
Feb 8, 2020

Repository files navigation

ramsey/uuid

Source Code Latest Version Software License PHP Version Build Status Coverage Status Total Downloads

ramsey/uuid is a PHP library for generating and working with RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID).

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

Much inspiration for this library came from the Java and Python UUID libraries.

Installation

The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:

composer require ramsey/uuid

Documentation

Please see https://uuid.ramsey.dev for documentation, tips, examples, and frequently asked questions.

Contributing

Contributions are welcome! Please read CONTRIBUTING.md for details.

Copyright and License

The ramsey/uuid library is copyright © Ben Ramsey and licensed for use under the MIT License (MIT). Please see LICENSE for more information.