Libraries tagged by Array Function
minwork/array
181427 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
rikudou/array-merge-recursive
56748 Downloads
Replacement of built-in array_merge_recursive function that doesn't add values to array but replaces them
divineomega/array_undot
90879 Downloads
array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.
jakezatecky/array_group_by
153262 Downloads
A function that groups/splits an array by the values of a given key or keys.
vanderlee/php-stable-sort-functions
471865 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
bentools/iterable-functions
284629 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
graze/sort
248060 Downloads
A collection of array sorting transforms and functions
yii2mod/yii2-helpers
145571 Downloads
Collection of useful helper functions for Yii Framework 2.0
ilya/belt
19580 Downloads
A handful of tools for PHP developers.
sebastiaanluca/laravel-helpers
51674 Downloads
An extensive set of Laravel framework helper functions and collection macros.
ckr/arraymerger
431426 Downloads
Provides functionality to merge arrays recursively
improved/iterable
146167 Downloads
Functions to interact with arrays, iterators and other traversable objects
polyfills/array-find
9879 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
flow-php/array-dot
178056 Downloads
PHP ETL - Array Dot functions
doekenorg/iterator-functions
3661 Downloads
A package that provides array_* like functions for iterators.