{"id":28099113,"url":"https://github.com/technically-php/array-container","last_synced_at":"2026-02-09T10:31:57.890Z","repository":{"id":57066143,"uuid":"344103519","full_name":"technically-php/array-container","owner":"technically-php","description":"🗳 Plain-simple array container implementation for PSR-11. :elephant: PHP8-ready :fire:","archived":false,"fork":false,"pushed_at":"2025-08-04T12:13:40.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T00:16:18.425Z","etag":null,"topics":["array","container","php","psr-11","psr-container","simple"],"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/technically-php.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-03-03T11:28:51.000Z","updated_at":"2025-08-04T12:10:58.000Z","dependencies_parsed_at":"2025-05-13T18:09:37.812Z","dependency_job_id":null,"html_url":"https://github.com/technically-php/array-container","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/technically-php/array-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technically-php%2Farray-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technically-php%2Farray-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technically-php%2Farray-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technically-php%2Farray-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technically-php","download_url":"https://codeload.github.com/technically-php/array-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technically-php%2Farray-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29261921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["array","container","php","psr-11","psr-container","simple"],"created_at":"2025-05-13T17:59:28.907Z","updated_at":"2026-02-09T10:31:57.856Z","avatar_url":"https://github.com/technically-php.png","language":"PHP","readme":"# Technically Array Container\n\n`Technically\\ArrayContainer` is a plain-simple [PSR-11][1] container implementation \npowered by a simple associative array under the hood.\n\n![Tests Status][badge]\n\n\n## Features\n\n- PSR-11\n- PHP 8.0+\n- Semver\n- Tests\n\n\n## Installation\n\nUse [Composer][2] package manager to add *ArrayContainer* to your project:\n\n```\ncomposer require technically/array-container\n```\n\n\n## Example\n\n```php\n\u003c?php\n\nuse Technically\\ArrayContainer\\ArrayContainer;\n\n// ... instantiate your services: $logger, $cache, $config\n\n// Instantiate with predefined entries\n$container = new ArrayContainer([\n    'logger' =\u003e $logger,\n    'cache'  =\u003e $cache,\n]);\n\n// Add more entries later\n$container-\u003eset('config', $config);\n\n// Get entries from it later in your code\n$logger = $container-\u003eget('logger');\n```\n\n\n## Changelog\n\nAll notable changes to this project will be documented in the [CHANGELOG](./CHANGELOG.md) file.\n\n\n## Credits\n\n- Implemented by [Ivan Voskoboinyk][3]\n\n\n[1]: https://www.php-fig.org/psr/psr-11/\n[2]: https://getcomposer.org/\n[3]: https://github.com/e1himself?utm_source=web\u0026utm_medium=github\u0026utm_campaign=technically/array-container\n[badge]: https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnically-php%2Farray-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnically-php%2Farray-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnically-php%2Farray-container/lists"}