Download the PHP package gpslab/middleware without Composer
On this page you can find all versions of the php package gpslab/middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gpslab/middleware
More information about gpslab/middleware
Files in gpslab/middleware
Download gpslab/middleware
More information about gpslab/middleware
Files in gpslab/middleware
Vendor gpslab
Package middleware
Short Description TInfrastructure for use middleware in applications
License MIT
Homepage https://github.com/gpslab/middleware
Package middleware
Short Description TInfrastructure for use middleware in applications
License MIT
Homepage https://github.com/gpslab/middleware
Please rate this library. Is it a good library?
Informations about the package middleware
Infrastructure for use middleware in applications
Installation
Pretty simple with Composer, run:
Middleware chain
MiddlewareChain
contains a middlewares (Middleware
) and sequentially apply them to the message by chain.
There are 3 implementations of the chain, but you can make your own.
DirectBindingMiddlewareChain
- direct binding;ContainerMiddlewareChain
- PSR-11 container;SymfonyContainerMiddlewareChain
- Symfony container (Symfony 3.3 implements a PSR-11).
Handle command (CQRS)
Example usage middleware for handle Commands in CQRS.
Handle query (CQRS)
Example usage middleware for handle Queries in CQRS.
Handle Domain event
Example usage middleware for handle domain events.
License
This bundle is under the MIT license. See the complete license in the file: LICENSE
All versions of middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package gpslab/middleware contains the following files
Loading the files please wait ....