Added league/pipeline.

Added league/pipeline to the Architectural section.
This commit is contained in:
Frank de Jonge 2015-08-03 15:03:44 +02:00
parent 10ef3df9fa
commit 4b0722fe09
1 changed files with 1 additions and 0 deletions

View File

@ -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.*