Download the PHP package ellipse/handlers-callable without Composer
On this page you can find all versions of the php package ellipse/handlers-callable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ellipse/handlers-callable
More information about ellipse/handlers-callable
Files in ellipse/handlers-callable
Download ellipse/handlers-callable
More information about ellipse/handlers-callable
Files in ellipse/handlers-callable
Vendor ellipse
Package handlers-callable
Short Description Psr-15 request handler proxying a callable
License MIT
Homepage https://github.com/ellipsephp/handlers-callable
Package handlers-callable
Short Description Psr-15 request handler proxying a callable
License MIT
Homepage https://github.com/ellipsephp/handlers-callable
Please rate this library. Is it a good library?
Informations about the package handlers-callable
Request handler callable
This package provides a Psr-15 request handler proxying a callable.
Require php >= 7.0
Installation composer require ellipse/handlers-callable
Run tests ./vendor/bin/kahlan
- Using callables as request handlers
Using callables as request handlers
The class Ellipse\Handlers\CallableRequestHandler
can be wrapped around a callable in order to use it as a request handler.
As any request handler ->handle()
method, the callable takes an implementation of Psr\Http\Message\ServerRequestInterface
as parameter and should return an implementation of Psr\Http\Message\ResponseInterface
.
All versions of handlers-callable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
The package ellipse/handlers-callable contains the following files
Loading the files please wait ....