zendframework / zend-expressive-router

Router subcomponent for Expressive
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

zend-expressive-router

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-router.

Build Status Coverage Status

Router subcomponent for Expressive.

This package provides the following classes and interfaces:

Installation

Typically, you will install this when installing Expressive. However, it can be used standalone to provide a generic way to provide routed PSR-7 middleware. To do this, use:

$ composer require zendframework/zend-expressive-router

We currently support and provide the following routing integrations:

Documentation

Expressive provides routing documentation.