Libraries tagged by Array Function
doctrine/collections
352795262 Downloads
PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.
symfony/property-access
236354450 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
symfony/options-resolver
395826778 Downloads
Provides an improved replacement for the array_replace PHP function
martin-georgiev/postgresql-for-doctrine
3653301 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
11375003 Downloads
Functions for hash map (assoc array) traversal.
ramsey/array_column
3327937 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
jbzoo/utils
1396202 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
minwork/array
200698 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
444448 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
508287 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
illuminated/helper-functions
451374 Downloads
Laravel-specific and pure PHP Helper Functions.
maciejczyzewski/bottomline
571225 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
171612 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1060781 Downloads
Consistence - consistent approach and additions to PHP's functionality
bentools/cartesian-product
743301 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.