Libraries tagged by Array Function
phpwatch/array_key_first_last-polyfill
1205 Downloads
A simple polyfill to make PHP 7.3's array_key_first and array_key_last functions available to all.
yarri/array-sort
1707 Downloads
The definitive function for sorting arrays in PHP
ayesh/case-insensitive-array
20689 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
mcaskill/php-array-chunk-by
10806 Downloads
Splits an array into chunks using a callback function.
yurybykov/array_order_by
893 Downloads
A PHP function to database-style order an array.
mcaskill/php-array-insert
26262 Downloads
Insert elements from a passed array into the first array.
gajus/marray
248 Downloads
More array functions.
cryonighter/object-column
5263 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
wdmg/yii2-helpers
4349 Downloads
Custom helper functions for Yii 2.0
koded/stdlib
9916 Downloads
A standard library for shareable classes and functions
aedart/athenaeum-utils
30278 Downloads
Offers a few utility components that are used by the Athenaeum packages
ite/common
18269 Downloads
Common features used to improve core PHP functionality.
rikudou/iterables
3934 Downloads
Provides some cool iterable functions complementing the built-in array functions
haldayne/boost
30905 Downloads
Expansion pack for PHP string and array functions. Makes the common stuff easy & legible.
travis/ex
6930 Downloads
A PHP function to safely extract information from a multi-dimensional object or array.