Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed May 30, 2018
1 parent 940a8f4 commit 941d6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Infection MSI](https://badge.stryker-mutator.io/github.com/sanmai/pipeline/mutation-badge)](https://infection.github.io)
[![Latest Stable Version](https://poser.pugx.org/sanmai/pipeline/v/stable)](https://packagist.org/packages/sanmai/pipeline)

Pipeline makes creating do-it-yourself data pipelines easy by chaining generators. If you ever piped together several bash commands, where one command uses output of another in succession, this library does just that but for PHP functions and generators.
Pipeline makes creating do-it-yourself data pipelines easy by chaining generators. If you ever piped together several bash commands where one command uses output of another in succession, this library does just that but for PHP functions and generators.

Pipeline comes with the most important yet basic building blocks. It boasts methods to map, filter, reduce, and unpack data from arbitrary generators and all kinds of standard iterators.

Expand Down

0 comments on commit 941d6e0

Please sign in to comment.