Registry / utility / php-extended-php-enumerable

php-extended-php-enumerable

JSON →
library8.0.0phppackagistunverified

A simple library to provide access to enumerable functionalities in PHP.

composer require php-extended/php-enumerable
INSTALL
IMPORT
SIG · PHP-EXTENDED-PHP-E
P
php-extended-php-enumerable
utilityphpv8.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.

Enumerable
use PhpExtended\Enumerable\Enumerable;

Iterate over an enumerable collection

use PhpExtended\Enumerable\Enumerable; $enumerable = new Enumerable([1, 2, 3]); foreach ($enumerable as $item) { echo $item; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
php-extended-php-enumerable — pip install php-extended-php-enumerable · libregistry