Registry / utility / quantaforge-collections

quantaforge-collections

JSON →
library1.0.0phppackagistunverified

The QuantaForge Collections package.

composer require quantaforge/collections
INSTALL
IMPORT
SIG · QUANTAFORGE-COLLEC
Q
quantaforge-collections
utilityphpv1.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.

Collection
use QuantaForge\Collections\Collection;

Create and manipulate a collection.

use QuantaForge\Collections\Collection; $collection = new Collection([1, 2, 3]); $filtered = $collection->filter(fn($item) => $item > 1); echo $filtered->count(); // 2
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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