Registry / utility / illuminate-collections

illuminate-collections

JSON →
library12.51.0phppackagistunverified

The Illuminate Collections package.

composer require illuminate/collections
INSTALL
IMPORT
SIG · ILLUMINATE-COLLECT
I
illuminate-collections
utilityphpv12.51.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.

Collection
use Illuminate\Support\Collection;

Create a collection and transform its items.

use Illuminate\Support\Collection; $collection = new Collection([1, 2, 3]); $doubled = $collection->map(fn ($item) => $item * 2); echo $doubled->toJson();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.51.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
illuminate-collections — pip install illuminate-collections · libregistry