2017 © Pedro Peláez
 

library pipeline

Simple PHP middleware pipeline

image

mpociot/pipeline

Simple PHP middleware pipeline

  • Friday, April 21, 2017
  • by mpociot
  • Repository
  • 1 Watchers
  • 36 Stars
  • 56,268 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 27 % Grown

The README.md

Pipeline

Simple PHP pipelines to use for things like middlewares., (*1)

This is just a modified version of the illuminate/pipeline repository, without the need for the illuminate container class., (*2)

(new Pipeline)
    ->send($object)
    ->through($middleware)
    ->then(function(){
        // middleware is finished
    });

Contributing

Please see CONTRIBUTING for details., (*3)

License

Pipeline is free software distributed under the terms of the MIT license., (*4)

The Versions

21/04 2017

dev-master

9999999-dev http://github.com/mpociot/pipeline

Simple PHP middleware pipeline

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

middleware pipeline

21/04 2017

1.0.2

1.0.2.0 http://github.com/mpociot/pipeline

Simple PHP middleware pipeline

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

middleware pipeline

21/04 2017

1.0.1

1.0.1.0 http://github.com/mpociot/pipeline

Simple PHP middleware pipeline

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

middleware pipeline

19/04 2017

1.0.0

1.0.0.0 http://github.com/mpociot/pipeline

Simple PHP middleware pipeline

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

middleware pipeline