Libraries tagged by Array Function
doctrine/collections
370395351 Downloads
PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.
symfony/property-access
253775076 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
symfony/options-resolver
429373465 Downloads
Provides an improved replacement for the array_replace PHP function
martin-georgiev/postgresql-for-doctrine
4051409 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
11785558 Downloads
Functions for hash map (assoc array) traversal.
ramsey/array_column
3389408 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
jbzoo/utils
1461572 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
minwork/array
217740 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
rhumsaa/array_column
447723 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
590543 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
illuminated/helper-functions
496351 Downloads
Laravel-specific and pure PHP Helper Functions.
maciejczyzewski/bottomline
591874 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.
crell/fp
265332 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1083481 Downloads
Consistence - consistent approach and additions to PHP's functionality
bentools/cartesian-product
792824 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.