Libraries tagged by array functions
ilya/belt
20936 Downloads
A handful of tools for PHP developers.
ghanuz/relations
5561 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
esi/utility
6342 Downloads
Utility - Collection of various PHP utility functions.
dgame/php-iterator
114170 Downloads
php iterator
sebastiaanluca/php-helpers
19838 Downloads
An extensive set of PHP helper functions and classes.
friendly-pixel/ar
40086 Downloads
Consistent array functions
hejunjie/utils
8552 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.
glowy/arrays
3210 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
freezemage0/array_find
1054 Downloads
Provides array_find function.
componenta/array
51 Downloads
Array helper functions for Componenta packages
phpwatch/array_key_first_last-polyfill
1228 Downloads
A simple polyfill to make PHP 7.3's array_key_first and array_key_last functions available to all.
yarri/array-sort
1758 Downloads
The definitive function for sorting arrays in PHP
mcaskill/php-array-chunk-by
10959 Downloads
Splits an array into chunks using a callback function.
yurybykov/array_order_by
1079 Downloads
A PHP function to database-style order an array.
mcaskill/php-array-insert
26366 Downloads
Insert elements from a passed array into the first array.