mpociot/pipeline

Simple PHP middleware pipeline

Maintainers

👁 mpociot

Package info

github.com/mpociot/pipeline

Homepage

pkg:composer/mpociot/pipeline

Statistics

Installs: 1 677 106

Dependents: 13

Suggesters: 0

Stars: 136

Open Issues: 0

1.0.2 2017-04-21 13:22 UTC

Requires

  • php: >=5.6.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 3584db4a0de68067b2b074edfadf6a48b5603a6b

  • Marcel Pociot <m.pociot.woop@gmail.com>

middlewarepipeline

This package is auto-updated.

Last update: 2026-06-24 13:51:56 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.