Download the PHP package spatie/piper without Composer
On this page you can find all versions of the php package spatie/piper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package piper
Short Description A pipe operator-first PHP utility library for array and string manipulation
License MIT
Homepage https://github.com/spatie/piper
Informations about the package piper
Pipe operator-first utility library
[](https://packagist.org/packages/spatie/piper) [](https://github.com/spatie/piper/actions?query=workflow%3Arun-tests+branch%3Amain) [](https://github.com/spatie/piper/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [](https://packagist.org/packages/spatie/piper)Piper is a pipe operator-first PHP utility library for array and string manipulation. It ports Laravel's collection and string utility methods to standalone functions.
It comes with array helpers:
And string helpers:
Since all functions work with primitives, you can mix and match:
Installation
You can install the package via composer:
Documentation
All documentation is available on our documentation site.
Support us
We invest a lot of resources into creating best in class open source packages.
You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Testing
You can run the tests with:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
Piper is a port of Laravel's collection & string helpers. All methods, tests, and documentation examples are derived from the Laravel source. The porting strategy is described in PORT.md.
- Sebastian De Deyne
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
