1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-22 10:09:03 +00:00

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

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