ramsey/uuid
Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers.
Changes to the documentation are automatically built by Read the Docs and viewable from https://uuid.ramsey.dev.
It's probably best to do this in a virtualenv environment, so set one up first:
pip install virtualenvwrapper
mkvirtualenv ramsey-uuid-docs
cd docs/
workon ramsey-uuid-docs
pip install -r requirements.txt
To build the docs, change to the docs/ directory, and make sure you're working on the virtualenv environment created
in the last step.
cd docs/
workon ramsey-uuid-docs
make html
Then, to view the docs after building them:
open _build/html/index.html
How can I help you explore Laravel packages today?