Libraries tagged by Array Function
mannion007/php-binary-search
2279 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
romm/configuration-object
29282 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
xemlock/array-php
9 Downloads
A tiny set of array functions missing from the PHP core
typedphp/array-functions
11 Downloads
torunar/array-functions
2 Downloads
Set of functions to operate the most glorious PHP data structure
rkr/php-array-utils
98 Downloads
A array-function library
quorum/array-functions
9 Downloads
useful array functions
petrobolos/fixed-array-functions
57 Downloads
Laravel helper methods for working with high performance SPL fixed arrays.
omissis/arrayfunctions
12375 Downloads
Functions to manipulate arrays
nzo/array
24 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
muse/array_get
11 Downloads
Array function to retrieve vals
micheledurante/array-aggregate
10 Downloads
A PHP, SQL-like stream aggregate function to group a set of rows by any number of columns. You can also define how to compute groups
m-bymike/array-functions
869 Downloads
An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.
luminovang/array-functions
2 Downloads
A backward utility function for array operations supported in PHP 8.1 and later.
letharion/functional-composable-php
57 Downloads
Wrapper around php's array functions making them composable.