Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
mpociot
/
pipeline
:
README.md
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
# Pipeline 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. ```php (new Pipeline) ->send($object) ->through($middleware) ->then(function(){ // middleware is finished }); ``` ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## License Pipeline is free software distributed under the terms of the MIT license.