Download the PHP package bogosoft/http-routing without Composer
On this page you can find all versions of the php package bogosoft/http-routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bogosoft/http-routing
More information about bogosoft/http-routing
Files in bogosoft/http-routing
Download bogosoft/http-routing
More information about bogosoft/http-routing
Files in bogosoft/http-routing
Vendor bogosoft
Package http-routing
Short Description Contracts and minimal implementations to support HTTP request routing.
License
Package http-routing
Short Description Contracts and minimal implementations to support HTTP request routing.
License
Please rate this library. Is it a good library?
Informations about the package http-routing
bogosoft/http-routing
This library contains contracts for abstracting an HTTP request router as a PSR-15 middleware component.
Although this library contains minimal implementations, it is intended mainly to provide implementation-ready contracts.
The focal point of the library--the Router
class--is a PSR-15 middleware
component with the following responsibilities:
- Resolve an HTTP request to an action, and a sequence of zero or more action filters.
- Invoke the filtered action to obtain an action result.
- Apply the action result to an HTTP response.
Requirements
- PHP >=7.4
Installation
All versions of http-routing with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-factory Version ^1.0
ext-json Version *
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-factory Version ^1.0
ext-json Version *
The package bogosoft/http-routing contains the following files
Loading the files please wait ....