prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Implement a ZF2 module manager middleware #51

Open codeliner opened 9 years ago

codeliner commented 9 years ago

Depends on #49

In order to bootstrap the API middleware correctly we need to load the same ZF2 modules as the web app does. We need the merged config in place and a set up ServiceManager but we can skip the entire ZF2\Application bootstrap, routing and MVC dispatch.