{"id":23436335,"url":"https://github.com/rvanvelzen/php-collection","last_synced_at":"2025-04-09T17:49:38.468Z","repository":{"id":62538513,"uuid":"150147912","full_name":"rvanvelzen/php-collection","owner":"rvanvelzen","description":"Simple collection types for PHP","archived":false,"fork":false,"pushed_at":"2018-10-02T18:59:13.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T10:42:25.983Z","etag":null,"topics":["data-structures","php","php-library"],"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/rvanvelzen.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":"2018-09-24T18:18:05.000Z","updated_at":"2018-10-08T13:16:40.000Z","dependencies_parsed_at":"2022-11-02T16:15:17.476Z","dependency_job_id":null,"html_url":"https://github.com/rvanvelzen/php-collection","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/rvanvelzen%2Fphp-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvanvelzen%2Fphp-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvanvelzen%2Fphp-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvanvelzen%2Fphp-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvanvelzen","download_url":"https://codeload.github.com/rvanvelzen/php-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248082525,"owners_count":21044922,"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":["data-structures","php","php-library"],"created_at":"2024-12-23T13:18:46.720Z","updated_at":"2025-04-09T17:49:38.433Z","avatar_url":"https://github.com/rvanvelzen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Collection\n\nSome simple somewhat-efficient collection implementations for PHP. \n\n## Usage\n\n```php\n\u003c?php\nuse RVV\\Collection;\n\n$map = new Map();\n$map-\u003eset('some key', 'an amazing value!');\n$map-\u003eset(1, 'a key bound to 1');\n\nvar_dump($map-\u003eget('some key'));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvanvelzen%2Fphp-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvanvelzen%2Fphp-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvanvelzen%2Fphp-collection/lists"}