Browse Source

Merge pull request #438 from frankdejonge/patch-1

Added league/pipeline.
pull/597/head
Jose Diaz-Gonzalez 9 years ago
parent
commit
75d397045e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -371,6 +371,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
371 371
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
372 372
 * [Lib Accessor](https://github.com/kherge-abandoned/lib-accessor) - A library for simplifying accessors.
373 373
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
374
+* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
374 375
 
375 376
 ## Debugging and Profiling
376 377
 *Libraries and tools for debugging and profiling code.*

Loading…
Cancel
Save