PHPackages                             serafim/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. serafim/pipe

Abandoned → [https://github.com/phpfn/pipe](/?search=https%3A%2F%2Fgithub.com%2Fphpfn%2Fpipe)Library[Utility &amp; Helpers](/categories/utility)

serafim/pipe
============

Library for implementing function call chains

2.0.1(5y ago)72106↓80%2MITPHPPHP &gt;=7.4CI failing

Since Jun 12Pushed 5y ago3 watchersCompare

[ Source](https://github.com/phpfn/pipe)[ Packagist](https://packagist.org/packages/serafim/pipe)[ Docs](https://github.com/phpfn)[ RSS](/packages/serafim-pipe/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (6)Versions (7)Used By (0)

Pipe
====

[](#pipe)

Object-oriented pipe operator implementation based on [RFC Pipe Operator](https://wiki.php.net/rfc/pipe-operator).

Installation
------------

[](#installation)

Library can be installed into any PHP application:

- Using [`Composer`](https://getcomposer.org/) dependency manager
- [The Force](https://www.youtube.com/watch?v=o2we_B6hDrY) for the Jedi Developers

```
$ composer require phpfn/pipe
```

In order to access library make sure to include `vendor/autoload.php`in your file.

```
