zendframework/zend-mvc-middleware

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-mvc-middleware package instead.

Dispatch middleware pipelines in place of controllers in zend-mvc.

dev-master / 1.0.x-dev 2020-01-20 19:47 UTC

This package is auto-updated.

Last update: 2020-01-20 19:48:00 UTC


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc-middleware.

Build Status Coverage Status

This library provides the ability to dispatch middleware pipelines in place of controllers within zend-mvc.

Installation

Run the following to install this library:

$ composer require zendframework/zend-mvc-middleware

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-mvc-middleware/

Support