489495df
芝麻web文件管理
芝麻web文件管理V1.00
489495df
编辑当前文件:/home/landifun/public_html/vendor/league/pipeline/docs/index.md
--- 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).
Not Found
404
Not Found