{"id":16218163,"url":"https://github.com/quasilyte/kphp-uuid","last_synced_at":"2025-04-07T23:19:30.745Z","repository":{"id":47555635,"uuid":"394666936","full_name":"quasilyte/kphp-uuid","owner":"quasilyte","description":"A simple demo KPHP project","archived":false,"fork":false,"pushed_at":"2021-08-24T09:59:49.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T00:44:15.083Z","etag":null,"topics":["demo","example","kphp","kphpunit","ktest","php","uuid"],"latest_commit_sha":null,"homepage":"","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/quasilyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-10T13:35:26.000Z","updated_at":"2022-09-16T10:36:39.000Z","dependencies_parsed_at":"2022-09-10T13:40:46.953Z","dependency_job_id":null,"html_url":"https://github.com/quasilyte/kphp-uuid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fkphp-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fkphp-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fkphp-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fkphp-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasilyte","download_url":"https://codeload.github.com/quasilyte/kphp-uuid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744325,"owners_count":20988784,"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":["demo","example","kphp","kphpunit","ktest","php","uuid"],"created_at":"2024-10-10T11:48:45.607Z","updated_at":"2025-04-07T23:19:30.723Z","avatar_url":"https://github.com/quasilyte.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://github.com/quasilyte/kphp-uuid/workflows/PHP/badge.svg)\n\n## KPHP UUID demo library\n\n\u003e **WARNING**: this is not a real UUID library.\n\u003e It's just an example project for my KPHP testing/benchmarking article.\n\nInstallation via composer (published at [packagist.org/packages/quasilyte/kphp-uuid](https://packagist.org/packages/quasilyte/kphp-uuid)):\n\n```bash\n$ composer require quasilyte/kphp-uuid:dev-master\n```\n\nUsage:\n\n```php\n\u003c?php\n\nrequire_once __DIR__ . '/vendor/autoload.php';\n\nuse Quasilyte\\KPHP\\Uuid\\UUID;\n\nvar_dump(UUID::v4());\n```\n\nRunning tests and benchmarks:\n\n```bash\n# Running tests in PHP mode (PHPUnit)\n$ phpunit --bootstrap ./vendor/autoload.php tests\n\n# Run tests in KPHP mode (KPHPUnit)\n$ ktest phpunit tests\n\n# Run KPHP benchmarks\n$ ktest bench ./benchmarks/UUIDBenchmark.php\n```\n\nThis repository includes a `Makefile` for convenience:\n\n```bash\n# Run all tests (PHP + KPHP)\n$ make test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasilyte%2Fkphp-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasilyte%2Fkphp-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasilyte%2Fkphp-uuid/lists"}