Registry / utility / anahkiasen-underscore-php

anahkiasen-underscore-php

JSON →
library2.0.0phppackagistunverified

A PHP port of Underscore.js providing functional programming utilities.

composer require anahkiasen/underscore-php
INSTALL
IMPORT
SIG · ANAHKIASEN-UNDERSC
A
anahkiasen-underscore-php
utilityphpv2.0.0
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.

Underscore
use Underscore\Underscore;

Chain functional operations on arrays

use Underscore\Underscore; $result = Underscore::from([1, 2, 3])->map(function($n) { return $n * 2; })->toArray(); print_r($result); // [2, 4, 6]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
Amazon
1
OpenAI (training)
1
Resources
anahkiasen-underscore-php — pip install anahkiasen-underscore-php · libregistry