raham/php-pipe

This package adds the pipe operator in Laravel

Maintainers

Package info

github.com/rahamatj/php-pipe

pkg:composer/raham/php-pipe

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0 2026-04-27 23:06 UTC

This package is auto-updated.

Last update: 2026-04-30 10:33:02 UTC


README

Installation

  • composer create-project laravel/laravel project
  • cd project
  • composer require raham/php-pipe
  • Can work with any Laravel Str facade methods. Just leave out the 'Str::' part.

Example

echo pipe("Hello World", "snake | upper")