{"id":20704907,"url":"https://github.com/streamcommon/excess-configuration","last_synced_at":"2025-03-11T04:49:40.342Z","repository":{"id":37548612,"uuid":"169259845","full_name":"streamcommon/excess-configuration","owner":"streamcommon","description":"Provide default object based configuration","archived":false,"fork":false,"pushed_at":"2023-04-19T19:19:08.000Z","size":114,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T20:15:30.440Z","etag":null,"topics":["php-component","php7","zend-options","zend-stdlib"],"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/streamcommon.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":"2019-02-05T15:07:09.000Z","updated_at":"2022-03-31T12:22:46.000Z","dependencies_parsed_at":"2022-08-26T15:30:49.819Z","dependency_job_id":null,"html_url":"https://github.com/streamcommon/excess-configuration","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamcommon%2Fexcess-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamcommon%2Fexcess-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamcommon%2Fexcess-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamcommon%2Fexcess-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamcommon","download_url":"https://codeload.github.com/streamcommon/excess-configuration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242973988,"owners_count":20215248,"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":["php-component","php7","zend-options","zend-stdlib"],"created_at":"2024-11-17T01:15:07.039Z","updated_at":"2025-03-11T04:49:40.322Z","avatar_url":"https://github.com/streamcommon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# excess-configuration\n[![Latest Stable Version](https://poser.pugx.org/streamcommon/excess-configuration/v/stable)](https://packagist.org/packages/streamcommon/excess-configuration)\n[![Total Downloads](https://poser.pugx.org/streamcommon/excess-configuration/downloads)](https://packagist.org/packages/streamcommon/excess-configuration)\n[![License](https://poser.pugx.org/streamcommon/excess-configuration/license)](./LICENSE)\n\nThis package provide default ~~excess~~ object based configuration.\n\n# Branches\n[![Master][Master branch image]][Master branch] [![Build Status][Master image]][Master] [![Coverage Status][Master coverage image]][Master coverage]\n\n[![Develop][Develop branch image]][Develop branch] [![Build Status][Develop image]][Develop] [![Coverage Status][Develop coverage image]][Develop coverage]\n\n## Installation\nConsole run:\n```console\n    composer require streamcommon/excess-configuration\n```\nOr add into your `composer.json`:\n```json\n    \"require\": {\n        \"streamcommon/excess-configuration\": \"*\"\n    }\n```\n## Example\n```php\n    use Streamcommon\\Excess\\Configuration\\{Credential, Connection};\n\n    $credential = new Credential([\n        'username' =\u003e 'user',\n        'password' =\u003e 'password',\n    ]);\n    \n    $connection = new Connection([\n        'host' =\u003e 'localhost',\n        'port' =\u003e 8080\n    ]);\n```\n\n[Master branch]: https://github.com/streamcommon/excess-configuration/tree/master\n[Master branch image]: https://img.shields.io/badge/branch-master-blue.svg\n[Develop branch]: https://github.com/streamcommon/excess-configuration/tree/develop\n[Develop branch image]: https://img.shields.io/badge/branch-develop-blue.svg\n[Master image]: https://travis-ci.org/streamcommon/excess-configuration.svg?branch=master\n[Master]: https://travis-ci.org/streamcommon/excess-configuration\n[Master coverage image]: https://coveralls.io/repos/github/streamcommon/excess-configuration/badge.svg?branch=master\n[Master coverage]: https://coveralls.io/github/streamcommon/excess-configuration?branch=master\n[Develop image]: https://travis-ci.org/streamcommon/excess-configuration.svg?branch=develop\n[Develop]: https://travis-ci.org/streamcommon/excess-configuration\n[Develop coverage image]: https://coveralls.io/repos/github/streamcommon/excess-configuration/badge.svg?branch=develop\n[Develop coverage]: https://coveralls.io/github/streamcommon/excess-configuration?branch=develop","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamcommon%2Fexcess-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamcommon%2Fexcess-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamcommon%2Fexcess-configuration/lists"}