From 4b0722fe099540e9a7baa83b7aab9ab597d78146 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Mon, 3 Aug 2015 15:03:44 +0200 Subject: [PATCH] Added league/pipeline. Added league/pipeline to the Architectural section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b089bd..39b6e3e 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library. * [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors. * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators. +* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation. ## Debugging and Profiling *Libraries and tools for debugging and profiling code.*