Libraries tagged by map iterator
chdemko/sorted-collections
1857776 Downloads
Sorted Collections for PHP >= 8.2
naucon/utility
63266 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
camille-hdl/lazy-lists
4541 Downloads
Lazy list processing and transducers
php-etl/fast-map-config
5826 Downloads
This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators
ems/collection
4411 Downloads
Collection are Dictionaries, Maps, Lists and Iterators for php
mkrawczyk/funquery
3656 Downloads
Functional programming library for PHP
collector/collector
206 Downloads
A collection library inspired by Laravel Collections, built using generators to preserve memory
talesoft/tale-iterator
3571 Downloads
A basic, PSR-7 compatible stream utility library
horat1us/map-iterator
5 Downloads
Map Iterator Implementation
wlfrm/iterator
7 Downloads
Util class for Traversable/arrays customisation
guglielmopepe/recursivecallbackmapiterator
3 Downloads
This iterator applies recursively the callback to the elements of the given iterator.
guglielmopepe/callbackmapiterator
3 Downloads
This iterator applies the callback to the elements of the given iterator.
noi/array-walker
16 Downloads
ArrayWalker, OOP wrapper for array_walk() and array_map()
mgocobachi/collection
23 Downloads
A Collection class to manipulate the arrays with enriched routines and the ability of executing them in chain
pipeline-streams/pipeline-streams
1229 Downloads
Support functional-style operations on streams of elements, such as map-reduce transformations on interators and arrays