Libraries tagged by iterable
maciejczyzewski/bottomline
540017 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.
improved/iterable
139858 Downloads
Functions to interact with arrays, iterators and other traversable objects
bentools/iterable-functions
275478 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
ext-improved_iterable
Downloads
samsonasik/array-lookup
37684 Downloads
A fast lookup library that help you verify and search array and Traversable data
naucon/utility
59815 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
morrisonlevi/ardent
16254 Downloads
A healthy library for PHP
koriym/loop
5429 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
21604 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.
hmaus/reynaldo
97576 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
dromru/iterable-dbal
8328 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
8328 Downloads
Класс для разбиения итерируемых коллекций на пачки.
escapio/php-iterables
8423 Downloads
Utility functions for working with iterables
pitchart/transformer
15034 Downloads
A transducers implementation in PHP, with OOP powers
rikudou/iterables
139 Downloads
Provides some cool iterable functions complementing the built-in array functions