Skip to content

NEW: Support for PSR-15 Middleware Adapter & PSR-11 Container

Choose a tag to compare

@hsehszroc hsehszroc released this 29 May 05:03
· 20 commits to main since this release
  • The Pipeline bridge now supports external Adapters to create Pipes from those Middleware adapters.

    PipelineBridge::setMiddlewareAdapter() accepts both inertface name as well as classname to convert middleware to pipe.

    PipelineBridge::resetMiddlewareAdapter() in case the above task was one-off task.

  • It also supports PSR-11 \Psr\Container\ContainerInterface to manage all your project dependencies at one place.

    Use PipelineBridge::setApp() to pass app container.

  • Moved repository documentation to the GitHub Wiki page.