Download the PHP package prooph/psr7-middleware without Composer
On this page you can find all versions of the php package prooph/psr7-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/psr7-middleware
More information about prooph/psr7-middleware
Files in prooph/psr7-middleware
Package psr7-middleware
Short Description PSR-7 Middleware for prooph components
License BSD-3-Clause
Homepage http://prooph-software.com/
Informations about the package psr7-middleware
PSR-7 middleware for prooph components
Consume prooph messages (commands, queries and events) with a PSR-7 middleware. Please refer to the service-bus component documentation to see how to configure the different bus types.
Deprecated
Please use prooph/http-middleware instead.
Middleware
For every bus system a middleware exists and one Middleware to rule them all.
CommandMiddleware
: Dispatches the message data to the command bus systemQueryMiddleware
: Dispatches the message data to the query bus systemEventMiddleware
: Dispatches the message data to the event bus systemMessageMiddleware
: Dispatches the message data to the appropriated bus system depending on message type
Installation
You can install prooph/psr7-middleware
via Composer by adding "prooph/psr7-middleware": "^0.1"
as requirement to your composer.json.
Documentation
Documentation is bookdown.
Then browse to http://localhost:8080/
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/psr7-middleware/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
License
Released under the New BSD License.
All versions of psr7-middleware with dependencies
prooph/common Version ^4.1
prooph/service-bus Version ^6.0
psr/http-message Version ^1.0
react/promise Version ^2.2
fig/http-message-util Version ^1.1
webimpress/http-middleware-compatibility Version ^0.1.4