Libraries tagged by iterable
maciejczyzewski/bottomline
640556 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
428179 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
samsonasik/array-lookup
66346 Downloads
A fast lookup library that help you verify and search array and Traversable data
php-standard-library/iter
76059 Downloads
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
improved/iterable
208293 Downloads
Functions to interact with arrays, iterators and other traversable objects
ext-improved_iterable
Downloads
naucon/utility
74541 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
morrisonlevi/ardent
16288 Downloads
A healthy library for PHP
koriym/loop
20920 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
28319 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-chunk
12050 Downloads
Класс для разбиения итерируемых коллекций на пачки.
loophp/phpunit-iterable-assertions
15065 Downloads
Iterable assertions for PHPUnit
escapio/php-iterables
15576 Downloads
Utility functions for working with iterables
pitchart/transformer
16937 Downloads
A transducers implementation in PHP, with OOP powers
linepogl/impartial-pipes
2650 Downloads
A PHP library with partial functions suitable for the pipe operator