{"id":37236635,"url":"https://github.com/wooserv/php-objectid","last_synced_at":"2026-01-15T04:15:55.580Z","repository":{"id":323254026,"uuid":"1092640523","full_name":"wooserv/php-objectid","owner":"wooserv","description":"Fast, lightweight MongoDB-style ObjectId generator for PHP.","archived":false,"fork":false,"pushed_at":"2025-11-09T07:39:36.000Z","size":5,"stargazers_count":13,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T14:53:58.594Z","etag":null,"topics":["objectid","php"],"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/wooserv.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-09T02:21:53.000Z","updated_at":"2025-12-13T07:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wooserv/php-objectid","commit_stats":null,"previous_names":["wooserv/php-objectid"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wooserv/php-objectid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooserv%2Fphp-objectid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooserv%2Fphp-objectid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooserv%2Fphp-objectid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooserv%2Fphp-objectid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wooserv","download_url":"https://codeload.github.com/wooserv/php-objectid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooserv%2Fphp-objectid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["objectid","php"],"created_at":"2026-01-15T04:15:54.960Z","updated_at":"2026-01-15T04:15:55.572Z","avatar_url":"https://github.com/wooserv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP ObjectId\n\n**Fast, lightweight MongoDB-style ObjectId generator for PHP.**\n\n[![Tests](https://github.com/wooserv/php-objectid/actions/workflows/tests.yml/badge.svg)](https://github.com/wooserv/php-objectid/actions/workflows/tests.yml)\n[![License](https://img.shields.io/github/license/wooserv/php-objectid.svg)](LICENSE)\n\n---\n\n## Installation\n```bash\ncomposer require wooserv/php-objectid\n```\n\n## Usage\n```bash\nuse WooServ\\ObjectId\\ObjectId;\n\n$id = ObjectId::generate();\n\nif (ObjectId::isValid($id)) {\n    echo \"Timestamp: \" . date('Y-m-d H:i:s', ObjectId::getTimestamp($id));\n}\n```\n\n## Tests\n```bash\ncomposer test\n```\n\n---\n\n## License\n\nMIT © [WooServ](https://www.wooserv.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooserv%2Fphp-objectid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwooserv%2Fphp-objectid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooserv%2Fphp-objectid/lists"}