Merge pull request #438 from frankdejonge/patch-1

Added league/pipeline.
This commit is contained in:
Jose Diaz-Gonzalez 2016-03-13 01:39:58 -05:00
commit 75d397045e
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,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/kherge-abandoned/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.*