PHPackages                             emeraldinspirations/lib-helper-pipe - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. emeraldinspirations/lib-helper-pipe

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

emeraldinspirations/lib-helper-pipe
===================================

A PHP implementation of the Shell Pipe (|) concept

1.1.1(8y ago)116MITPHP

Since Sep 5Pushed 8y agoCompare

[ Source](https://github.com/emeraldinspirations/lib-helper-pipe)[ Packagist](https://packagist.org/packages/emeraldinspirations/lib-helper-pipe)[ RSS](/packages/emeraldinspirations-lib-helper-pipe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

[![emeraldinspirations logo](https://camo.githubusercontent.com/c67fa1beb89c73a2ce2b2b21d7138d7fdb8c6e7352dbfa052f052835f6bcf013/687474703a2f2f76707335363133322e7670732e6f76682e63612f6c6f676f2e6769744875622e706e67)](https://camo.githubusercontent.com/c67fa1beb89c73a2ce2b2b21d7138d7fdb8c6e7352dbfa052f052835f6bcf013/687474703a2f2f76707335363133322e7670732e6f76682e63612f6c6f676f2e6769744875622e706e67)

lib-helper-pipe
===============

[](#lib-helper-pipe)

> A helper in [emeraldinspiration](https://github.com/emeraldinspirations)'s [library](https://github.com/emeraldinspirations/library).

A PHP implementation of the Shell Pipe `|` concept

Inspired by:

- [PHP RFC: Pipe Operator](https://wiki.php.net/rfc/pipe-operator)
- Shell's Pipe `|` Operator
- Javascript's `Promise API`

PHP does not yet have a syntax for piping the output of one function into the input of another function without nesting the call:

```
