{"id":13594024,"url":"https://github.com/ramsey/uuid","last_synced_at":"2025-05-12T16:13:36.113Z","repository":{"id":3835489,"uuid":"4916869","full_name":"ramsey/uuid","owner":"ramsey","description":":snowflake: A PHP library for generating universally unique identifiers (UUIDs).","archived":false,"fork":false,"pushed_at":"2025-01-27T21:06:52.000Z","size":2690,"stargazers_count":12536,"open_issues_count":34,"forks_count":508,"subscribers_count":136,"default_branch":"4.x","last_synced_at":"2025-05-05T14:10:47.948Z","etag":null,"topics":["guid","identifiers","php","php8","uid","uuid"],"latest_commit_sha":null,"homepage":"https://uuid.ramsey.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramsey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ramsey","tidelift":"packagist/ramsey/uuid"}},"created_at":"2012-07-05T23:24:53.000Z","updated_at":"2025-05-04T08:16:55.000Z","dependencies_parsed_at":"2023-12-25T22:28:02.628Z","dependency_job_id":"167de17e-18a4-4928-9c18-6fcd644be8e6","html_url":"https://github.com/ramsey/uuid","commit_stats":{"total_commits":1161,"total_committers":118,"mean_commits":9.838983050847459,"dds":"0.40051679586563305","last_synced_commit":"9e8aa057ba5384e5888954c828f8de90ccd3ca4c"},"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsey%2Fuuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsey%2Fuuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsey%2Fuuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramsey%2Fuuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramsey","download_url":"https://codeload.github.com/ramsey/uuid/tar.gz/refs/heads/4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252553790,"owners_count":21766943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guid","identifiers","php","php8","uid","uuid"],"created_at":"2024-08-01T16:01:27.739Z","updated_at":"2025-05-12T16:13:36.094Z","avatar_url":"https://github.com/ramsey.png","language":"PHP","readme":"\u003ch1 align=\"center\"\u003eramsey/uuid\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003eA PHP library for generating and working with UUIDs.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/ramsey/uuid\"\u003e\u003cimg src=\"http://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square\" alt=\"Source Code\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/ramsey/uuid\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square\u0026label=release\" alt=\"Download Package\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://php.net\"\u003e\u003cimg src=\"https://img.shields.io/packagist/php-v/ramsey/uuid.svg?style=flat-square\u0026colorB=%238892BF\" alt=\"PHP Programming Language\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/ramsey/uuid/blob/4.x/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square\u0026colorB=darkcyan\" alt=\"Read License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/ramsey/uuid/actions/workflows/continuous-integration.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/ramsey/uuid/continuous-integration.yml?branch=4.x\u0026logo=github\u0026style=flat-square\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://app.codecov.io/gh/ramsey/uuid/branch/4.x\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/ramsey/uuid/4.x?label=codecov\u0026logo=codecov\u0026style=flat-square\" alt=\"Codecov Code Coverage\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://shepherd.dev/github/ramsey/uuid\"\u003e\u003cimg src=\"https://img.shields.io/endpoint?style=flat-square\u0026url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Framsey%2Fuuid%2Fcoverage\" alt=\"Psalm Type Coverage\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nramsey/uuid is a PHP library for generating and working with universally unique\nidentifiers (UUIDs).\n\nThis project adheres to a [code of conduct](CODE_OF_CONDUCT.md).\nBy participating in this project and its community, you are expected to\nuphold this code.\n\nMuch inspiration for this library came from the [Java][javauuid] and\n[Python][pyuuid] UUID libraries.\n\n## Installation\n\nThe preferred method of installation is via [Composer][]. Run the following\ncommand to install the package and add it as a requirement to your project's\n`composer.json`:\n\n```bash\ncomposer require ramsey/uuid\n```\n\n## Upgrading to Version 4\n\nSee the documentation for a thorough upgrade guide:\n\n* [Upgrading ramsey/uuid Version 3 to 4](https://uuid.ramsey.dev/en/stable/upgrading/3-to-4.html)\n\n## Documentation\n\nPlease see \u003chttps://uuid.ramsey.dev\u003e for documentation, tips, examples, and\nfrequently asked questions.\n\n## Contributing\n\nContributions are welcome! To contribute, please familiarize yourself with\n[CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Coordinated Disclosure\n\nKeeping user information safe and secure is a top priority, and we welcome the\ncontribution of external security researchers. If you believe you've found a\nsecurity issue in software that is maintained in this repository, please read\n[SECURITY.md][] for instructions on submitting a vulnerability report.\n\n## ramsey/uuid for Enterprise\n\nAvailable as part of the Tidelift Subscription.\n\nThe maintainers of ramsey/uuid and thousands of other packages are working with\nTidelift to deliver commercial support and maintenance for the open source\npackages you use to build your applications. Save time, reduce risk, and improve\ncode health, while paying the maintainers of the exact packages you use.\n[Learn more.](https://tidelift.com/subscription/pkg/packagist-ramsey-uuid?utm_source=undefined\u0026utm_medium=referral\u0026utm_campaign=enterprise\u0026utm_term=repo)\n\n## Copyright and License\n\nThe ramsey/uuid library is copyright © [Ben Ramsey](https://benramsey.com/) and\nlicensed for use under the MIT License (MIT). Please see [LICENSE][] for more\ninformation.\n\n[rfc4122]: http://tools.ietf.org/html/rfc4122\n[conduct]: https://github.com/ramsey/uuid/blob/4.x/CODE_OF_CONDUCT.md\n[javauuid]: http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html\n[pyuuid]: http://docs.python.org/3/library/uuid.html\n[composer]: http://getcomposer.org/\n[contributing.md]: https://github.com/ramsey/uuid/blob/4.x/CONTRIBUTING.md\n[security.md]: https://github.com/ramsey/uuid/blob/4.x/SECURITY.md\n[license]: https://github.com/ramsey/uuid/blob/4.x/LICENSE\n","funding_links":["https://github.com/sponsors/ramsey","https://tidelift.com/funding/github/packagist/ramsey/uuid","https://tidelift.com/subscription/pkg/packagist-ramsey-uuid?utm_source=undefined\u0026utm_medium=referral\u0026utm_campaign=enterprise\u0026utm_term=repo"],"categories":["字符串","PHP","ID","目录","Table of Contents","字符串 Strings","Text and Numbers","网络服务","Libraries","字符串( Strings )","类库","Strings"],"sub_categories":["字符串 Strings","Strings","网络服务_其他","PHP Libraries","Libraries","未归类","Useful Packages"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsey%2Fuuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framsey%2Fuuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framsey%2Fuuid/lists"}