{"id":16096338,"url":"https://github.com/robopuff/zend-config-aggregator-class-provider","last_synced_at":"2025-03-28T18:32:22.844Z","repository":{"id":62536578,"uuid":"132910095","full_name":"robopuff/zend-config-aggregator-class-provider","owner":"robopuff","description":"A config aggregator provider designed to discover classes within provided glob pattern","archived":true,"fork":false,"pushed_at":"2019-05-20T14:06:36.000Z","size":919,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T20:49:44.862Z","etag":null,"topics":["zend","zend-expressive","zend-framework"],"latest_commit_sha":null,"homepage":"https://robopuff.github.io/zend-config-aggregator-class-provider/","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/robopuff.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-05-10T14:15:21.000Z","updated_at":"2024-11-01T12:30:35.000Z","dependencies_parsed_at":"2022-11-02T16:01:14.605Z","dependency_job_id":null,"html_url":"https://github.com/robopuff/zend-config-aggregator-class-provider","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robopuff%2Fzend-config-aggregator-class-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robopuff%2Fzend-config-aggregator-class-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robopuff%2Fzend-config-aggregator-class-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robopuff%2Fzend-config-aggregator-class-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robopuff","download_url":"https://codeload.github.com/robopuff/zend-config-aggregator-class-provider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246080929,"owners_count":20720614,"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":["zend","zend-expressive","zend-framework"],"created_at":"2024-10-09T17:13:33.397Z","updated_at":"2025-03-28T18:32:21.416Z","avatar_url":"https://github.com/robopuff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zend-config-aggregator-class-provider\n\n[![Build Status](https://travis-ci.org/robopuff/zend-config-aggregator-class-provider.svg?branch=master)](https://travis-ci.org/robopuff/zend-config-aggregator-class-provider)\n[![Coverage Status](https://coveralls.io/repos/github/robopuff/zend-config-aggregator-class-provider/badge.svg?branch=master)](https://coveralls.io/github/robopuff/zend-config-aggregator-class-provider?branch=master)\n\nProvides an extension to the  `zendframework/zend-config-aggregator` to allow config class auto discovery based\non glob pattern provided.\n\n```bash\n$ composer require robopuff/zend-config-aggregator-class-provider\n```\n\n## Usage\n\n```php\nuse Robopuff\\ConfigAggregator\\ClassProvider\\ClassDiscoveryProvider;\nuse Zend\\ConfigAggregator\\ConfigAggregator;\n\n$aggregator = new ConfigAggregator([\n    new ClassDiscoveryProvider(__DIR__ . '/src/{Dir1,Dir2}/*/ConfigProvider.php'),\n    new ClassDiscoveryProvider([\n        'src/Dir1/*/ConfigProvider.php',\n        'src/Dir2/*/ConfigProvider.php'\n    ),\n]);\n\nreturn $aggregator-\u003egetMergedConfig();\n```\n\nFor more details, please refer to the [documentation](https://robopuff.github.io/zend-config-aggregator-class-provider).\n---\n- [Issues](https://github.com/robopuff/zend-config-aggregator-class-provider/issues)\n- [Documentation](https://robopuff.github.io/zend-config-aggregator-class-provider) \n\nTo generate docs use MKDocs with theme [rbpf_cinder](https://github.com/robopuff/rbpf_cinder), a fork of \n[cinder](https://github.com/chrissimpkins/cinder) theme.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobopuff%2Fzend-config-aggregator-class-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobopuff%2Fzend-config-aggregator-class-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobopuff%2Fzend-config-aggregator-class-provider/lists"}