Download the PHP package daft-framework/daft-psr-router without Composer
On this page you can find all versions of the php package daft-framework/daft-psr-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daft-framework/daft-psr-router
More information about daft-framework/daft-psr-router
Files in daft-framework/daft-psr-router
Download daft-framework/daft-psr-router
More information about daft-framework/daft-psr-router
Files in daft-framework/daft-psr-router
Vendor daft-framework
Package daft-psr-router
Short Description PSR-based variant of signpostmarv/daft-router
License Apache-2.0
Package daft-psr-router
Short Description PSR-based variant of signpostmarv/daft-router
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package daft-psr-router
Copyright 2020 SignpostMarv
daft-psr-router
Finally got around to creating a psr-based router. Because reasons.
Adapts signpostmarv/daft-router patterns to work with PSR-7, PSR-15, etc.
differences between daft-router & daft-psr-router
nikic/fast-route
- the custom RouteCollector (which served only to provide type hinting) was dropped.
- the route compiler was simplified, with the instantiation + manipulation methods being dropped.
- the requirement for using
FastRoute\cachedDispatcher
was dropped, although it's use is still recommended - the custom dispatcher was dropped in favour of a final static method that accepts any
FastRoute\Dispatcher
instance, strictly checks the result ofFastRoute\Dispatcher::dispatch()
, and returns an object representing the return value.
psr-15
- daft-router's request interceptors were retained by adding a specific
Psr\Http\Message\ResponseInterface
instance.
All versions of daft-psr-router with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-mbstring Version *
nikic/fast-route Version ^1.3
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
signpostmarv/daft-interface-collector Version ^2.6
ext-mbstring Version *
nikic/fast-route Version ^1.3
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
signpostmarv/daft-interface-collector Version ^2.6
The package daft-framework/daft-psr-router contains the following files
Loading the files please wait ....