Libraries tagged by Array Function
minwork/array
268017 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
142006 Downloads
array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.
rhumsaa/array_column
454903 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
767710 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
illuminated/helper-functions
592947 Downloads
Laravel-specific and pure PHP Helper Functions.
bentools/iterable-functions
435808 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
php-standard-library/dict
88929 Downloads
Functions for creating and transforming associative arrays with preserved keys
php-standard-library/vec
91879 Downloads
Functions for creating and transforming sequential, 0-indexed arrays (lists)
sebastiaanluca/laravel-helpers
56276 Downloads
An extensive set of Laravel framework helper functions and collection macros.
consistence-community/consistence
510799 Downloads
Consistence - consistent approach and additions to PHP's functionality
ckr/arraymerger
640206 Downloads
Provides functionality to merge arrays recursively
php-standard-library/iter
96940 Downloads
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
bayfrontmedia/php-array-helpers
14580 Downloads
Helper class to provide useful array functions.
polyfills/array-find
69954 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
doekenorg/iterator-functions
5337 Downloads
A package that provides array_* like functions for iterators.