Libraries tagged by iterable
maciejczyzewski/bottomline
647034 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
449749 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
samsonasik/array-lookup
71261 Downloads
A fast lookup library that help you verify and search array and Traversable data
php-standard-library/iter
150367 Downloads
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
improved/iterable
209528 Downloads
Functions to interact with arrays, iterators and other traversable objects
ext-improved_iterable
Downloads
naucon/utility
76363 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
itools/smartarray
10517 Downloads
Enhanced PHP arrays with built-in HTML encoding and chainable collection methods
koriym/loop
26074 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
29040 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
12275 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
12275 Downloads
Класс для разбиения итерируемых коллекций на пачки.
loophp/phpunit-iterable-assertions
15524 Downloads
Iterable assertions for PHPUnit
escapio/php-iterables
16044 Downloads
Utility functions for working with iterables
pitchart/transformer
17061 Downloads
A transducers implementation in PHP, with OOP powers