Skip to content

mpociot/pipeline

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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.

(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.

About

Simple PHP pipelines

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages