Libraries tagged by array functions
symfony/property-access
254236163 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
symfony/options-resolver
430183707 Downloads
Provides an improved replacement for the array_replace PHP function
martin-georgiev/postgresql-for-doctrine
4063744 Downloads
Adds PostgreSQL enhancements to Doctrine. Provides support for JSON, JSONB and some array data types. Provides functions, operators and common expressions used when working with JSON data, arrays and features related to text search.
igorw/get-in
11797139 Downloads
Functions for hash map (assoc array) traversal.
jbzoo/utils
1463111 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
minwork/array
218266 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
vanderlee/php-stable-sort-functions
592822 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
illuminated/helper-functions
498351 Downloads
Laravel-specific and pure PHP Helper Functions.
maciejczyzewski/bottomline
592530 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/cartesian-product
794364 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.
spatie/array-functions
50763 Downloads
Some handy array helpers
polyfills/array-find
40452 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
229102 Downloads
PHP ETL - Array Dot functions
rikudou/array-merge-recursive
108086 Downloads
Replacement of built-in array_merge_recursive function that doesn't add values to array but replaces them
divineomega/array_undot
110346 Downloads
array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.