Registry / utility / plumphp-plum

plumphp-plum

JSON →
library0.3.1phppackagistunverified

Plum is a data processing pipeline that helps you to write structured, reusable and well tested data processing code.

composer require plumphp/plum
INSTALL
IMPORT
SIG · PLUMPHP-PLUM
P
plumphp-plum
utilityphpv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plum
use Plum\Plum;

Create a simple data pipeline

use Plum\Plum; $plum = new Plum(); $plum->pipe(function($data) { return strtoupper($data); }); $result = $plum->process(['hello', 'world']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
plumphp-plum — pip install plumphp-plum · libregistry