Libraries tagged by array functions
symfony/options-resolver
540291571 Downloads
Provides an improved replacement for the array_replace PHP function
symfony/property-access
328190886 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
igorw/get-in
13514713 Downloads
Functions for hash map (assoc array) traversal.
martin-georgiev/postgresql-for-doctrine
6050567 Downloads
Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.
jbzoo/utils
1600316 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
spatie/array-functions
68610 Downloads
Some handy array helpers
flow-php/array-dot
555403 Downloads
PHP ETL - Array Dot functions
jakezatecky/array_group_by
221207 Downloads
A function that groups/splits an array by the values of a given key or keys.
maciejczyzewski/bottomline
647604 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
958647 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.
minwork/array
273481 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
divineomega/array_undot
147292 Downloads
array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.
vanderlee/php-stable-sort-functions
776349 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
illuminated/helper-functions
595656 Downloads
Laravel-specific and pure PHP Helper Functions.
bentools/iterable-functions
451460 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()