Libraries tagged by iterables
maciejczyzewski/bottomline
641617 Downloads
A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.
bentools/iterable-functions
431920 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
samsonasik/array-lookup
67280 Downloads
A fast lookup library that help you verify and search array and Traversable data
php-standard-library/iter
86235 Downloads
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
improved/iterable
208507 Downloads
Functions to interact with arrays, iterators and other traversable objects
ext-improved_iterable
Downloads
naucon/utility
74834 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
morrisonlevi/ardent
16289 Downloads
A healthy library for PHP
koriym/loop
21270 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).
jakewhiteley/php-sets
28421 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
dromru/iterable-dbal
12104 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
12104 Downloads
Класс для разбиения итерируемых коллекций на пачки.
loophp/phpunit-iterable-assertions
15124 Downloads
Iterable assertions for PHPUnit
escapio/php-iterables
15658 Downloads
Utility functions for working with iterables
pitchart/transformer
16958 Downloads
A transducers implementation in PHP, with OOP powers