{"id":19959702,"url":"https://github.com/reinfi/zfe-module-bridge-provider","last_synced_at":"2025-06-21T07:34:11.477Z","repository":{"id":62534492,"uuid":"111995796","full_name":"reinfi/zfe-module-bridge-provider","owner":"reinfi","description":"Expressive provider to add ZF2 or ZF3 modules to your expressive application","archived":false,"fork":false,"pushed_at":"2018-03-12T07:16:54.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T10:09:35.515Z","etag":null,"topics":["expressive","provider","zend-framework"],"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/reinfi.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":"2017-11-25T10:41:11.000Z","updated_at":"2020-01-13T09:26:51.000Z","dependencies_parsed_at":"2022-11-02T15:02:34.710Z","dependency_job_id":null,"html_url":"https://github.com/reinfi/zfe-module-bridge-provider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/reinfi/zfe-module-bridge-provider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinfi%2Fzfe-module-bridge-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinfi%2Fzfe-module-bridge-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinfi%2Fzfe-module-bridge-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinfi%2Fzfe-module-bridge-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reinfi","download_url":"https://codeload.github.com/reinfi/zfe-module-bridge-provider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinfi%2Fzfe-module-bridge-provider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261084015,"owners_count":23107238,"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":["expressive","provider","zend-framework"],"created_at":"2024-11-13T01:51:06.169Z","updated_at":"2025-06-21T07:34:06.464Z","avatar_url":"https://github.com/reinfi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/reinfi/zfe-module-bridge-provider.svg?branch=master)](https://travis-ci.org/reinfi/zfe-module-bridge-provider)\n[![Coverage Status](https://coveralls.io/repos/github/reinfi/zfe-module-bridge-provider/badge.svg?branch=master)](https://coveralls.io/github/reinfi/zfe-module-bridge-provider?branch=master)\n\nAdd ZF2 or ZF3 modules to your Zend Expressive application via this bridge.\n\n### Installation\n\n1. Install with Composer: `composer require reinfi/zfe-module-bridge-provider`.\n2. Use `ModuleBridgeProvider` in your  `config.php`:\n\n```php\n$aggregator = new ConfigAggregator([\n    new \\Reinfi\\ModuleBridgeProvider\\ModuleBridgeProvider(\n        [\n            YourModule::class,\n            AnotherModule::class,\n        ]\n    ),\n]);\n\nreturn $aggregator-\u003egetMergedConfig();\n```\n\n### What it does.\n\nIt loads every given module with the `loadModule` and `loadModule.resolve` events from the module manager.\n\n### What it not does.\n\nIt does not trigger any `init` or `onBootstrap` methods from the module definition.\n\n### FAQ\nFeel free to ask any questions or open own pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinfi%2Fzfe-module-bridge-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freinfi%2Fzfe-module-bridge-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinfi%2Fzfe-module-bridge-provider/lists"}