Libraries tagged by iterable
maciejczyzewski/bottomline
576338 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
174131 Downloads
Functions to interact with arrays, iterators and other traversable objects
bentools/iterable-functions
321043 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
samsonasik/array-lookup
46086 Downloads
A fast lookup library that help you verify and search array and Traversable data
ext-improved_iterable
Downloads
naucon/utility
64062 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
koriym/loop
10189 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
23707 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
111617 Downloads
Parse API Blueprint refract into a iterable PHP data structure for easier access
dromru/iterable-dbal
9967 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
dromru/iterable-chunk
9967 Downloads
Класс для разбиения итерируемых коллекций на пачки.
escapio/php-iterables
11013 Downloads
Utility functions for working with iterables
morrisonlevi/ardent
16256 Downloads
A healthy library for PHP
rikudou/iterables
2932 Downloads
Provides some cool iterable functions complementing the built-in array functions
navarr/iterable-to-array
8775 Downloads
A method for converting an iterable to an array, no matter what type of iterable