mpociot / pipeline
Simple PHP middleware pipeline
Installs: 1 307 634
Dependents: 12
Suggesters: 0
Security: 0
Stars: 132
Watchers: 3
Forks: 7
Open Issues: 0
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-24 10:07:40 UTC
README
Simple PHP pipelines to use for things like middlewares.
This is just a modified version of the illuminate/pipeline
repository, without the need for the illuminate container class.
(new Pipeline) ->send($object) ->through($middleware) ->then(function(){ // middleware is finished });
Contributing
Please see CONTRIBUTING for details.
License
Pipeline is free software distributed under the terms of the MIT license.