{"id":31577423,"url":"https://github.com/beastbytes/token-uuid4","last_synced_at":"2026-01-11T08:43:34.809Z","repository":{"id":283826275,"uuid":"952999247","full_name":"beastbytes/token-uuid4","owner":"beastbytes","description":"Create UUID Version 4 tokens","archived":false,"fork":false,"pushed_at":"2025-03-24T13:54:21.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T18:40:26.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beastbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-22T10:37:19.000Z","updated_at":"2025-03-24T13:54:26.000Z","dependencies_parsed_at":"2025-03-22T14:28:09.527Z","dependency_job_id":"d3fadcd5-2072-42cb-96db-6cb1e86a91b2","html_url":"https://github.com/beastbytes/token-uuid4","commit_stats":null,"previous_names":["beastbytes/token-factory-uuid4","beastbytes/token-uuid4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beastbytes/token-uuid4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Ftoken-uuid4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Ftoken-uuid4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Ftoken-uuid4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Ftoken-uuid4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beastbytes","download_url":"https://codeload.github.com/beastbytes/token-uuid4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Ftoken-uuid4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28298863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T08:21:30.231Z","status":"ssl_error","status_checked_at":"2026-01-11T08:21:26.882Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-10-05T18:23:32.636Z","updated_at":"2026-01-11T08:43:34.800Z","avatar_url":"https://github.com/beastbytes.png","language":"PHP","readme":"# BeastBytes Token Factory UUID4\nFactory for generating UUID4 tokens for use in the Token Manager of  \nthe [BeastBytes Token](https://github.com/beastbytes/token.git) package.\n\n## Requirements\n* PHP 8.1 or higher.\n\n## Installation\nInstalled the package with Composer:\n```php\ncomposer require beastbytes/token-uuid4\n```\nor add the following to the 'require' section composer.json:\n```json\n\"beastbytes/token-uuid4\": \"^1.0\"\n```\n\n## Usage\nIf using directly:\n```php\n$tokenManager = new BeastBytes\\Token\\TokenManager(\n    new BeastBytes\\Token\\Uuid4\\TokenFactory(),\n    new BeastBytes\\Token\\Php\\TokenStorage() // or any other TokenStorageInterface implementation\n);\n```\nor define in the \"di\" section of Yii3 configuration:\n\n```php\nreturn [\n    TokenFactoryInterface::class =\u003e \\BeastBytes\\Token\\Uuid4\\TokenFactory::class,\n    TokenStorageInterface::class =\u003e [\n        'class' =\u003e TokenStorage::class,\n        '__construct()' =\u003e [\n            // constructor arguments for the TokenStorage class\n        ],\n    ],\n    ManagerInterface::class =\u003e [\n        'class' =\u003e Manager::class,\n        '__construct()' =\u003e [\n            'factory' =\u003e Reference::to(TokenFactoryInterface::class),\n            'storage' =\u003e Reference::to(TokenStorageInterface::class),\n        ],\n    ],\n];\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastbytes%2Ftoken-uuid4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeastbytes%2Ftoken-uuid4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastbytes%2Ftoken-uuid4/lists"}