Download the PHP package ideationnet/stack-runner without Composer
On this page you can find all versions of the php package ideationnet/stack-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ideationnet/stack-runner
More information about ideationnet/stack-runner
Files in ideationnet/stack-runner
Package stack-runner
Short Description Simple stack-runner for PSR-15 compatible middleware
License MIT
Homepage https://github.com/ideationnet/stack-runner
Informations about the package stack-runner
Stack Runner
A simple PSR-15 compatible middleware dispatcher.
v3 breaking changes: updated to use "http-interop/http-middleware" v0.5 where Delegate has been replaced with ResponseHandler.
Requirements
- PHP7+
- A stack of PSR-15 middleware, such as Router or Middlewares
- A PSR-17 HTTP factory
- An invoker compatible with InvokerInterface
Install
Via Composer
Usage
To instantiate directly, provide the stack of middleware, the invoker to use, and the response factory:
Although you will probably use with your preferred DI Container rather than instantiating directly:
Here's configuration for PHP-DI, which is
preferred, as the container also doubles as a compatible Invoker
:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Darren Mothersele
- All Contributors
License
The MIT License. Please see License File for more information.
All versions of stack-runner with dependencies
http-interop/http-server-middleware Version ^1.0
http-interop/http-factory Version ^0.3.0
php-di/invoker Version ^1.3