Download the PHP package willy68/mezzio-router-dev without Composer
On this page you can find all versions of the php package willy68/mezzio-router-dev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download willy68/mezzio-router-dev
More information about willy68/mezzio-router-dev
Files in willy68/mezzio-router-dev
Download willy68/mezzio-router-dev
More information about willy68/mezzio-router-dev
Files in willy68/mezzio-router-dev
Vendor willy68
Package mezzio-router-dev
Short Description Router subcomponent for Mezzio
License BSD-3-Clause
Homepage https://mezzio.dev
Package mezzio-router-dev
Short Description Router subcomponent for Mezzio
License BSD-3-Clause
Homepage https://mezzio.dev
Please rate this library. Is it a good library?
Informations about the package mezzio-router-dev
mezzio-router
Router subcomponent for Mezzio.
This package provides the following classes and interfaces:
RouterInterface
, a generic interface to implement for providing routing capabilities around PSR-7ServerRequest
messages.Route
, a value object describing routed middleware.RouteResult
, a value object describing the results of routing.
Installation
Typically, you will install this when installing Mezzio. However, it can be used standalone to provide a generic way to provide routed PSR-7 middleware. To do this, use:
We currently support and provide the following routing integrations:
- Aura.Router:
composer require mezzio/mezzio-aurarouter
- FastRoute:
composer require mezzio/mezzio-fastroute
- laminas-router:
composer require mezzio/mezzio-laminasrouter
Documentation
Mezzio provides routing documentation.
All versions of mezzio-router-dev with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 || ~8.0.0
fig/http-message-util Version ^1.1.2
laminas/laminas-zendframework-bridge Version ^1.0
psr/container Version ^1.0
psr/http-message Version ^1.0.1
psr/http-server-middleware Version ^1.0
fig/http-message-util Version ^1.1.2
laminas/laminas-zendframework-bridge Version ^1.0
psr/container Version ^1.0
psr/http-message Version ^1.0.1
psr/http-server-middleware Version ^1.0
The package willy68/mezzio-router-dev contains the following files
Loading the files please wait ....