Libraries tagged by php arrays
jbzoo/utils
1393756 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
weew/helpers-array
8021136 Downloads
Useful collection of php array helpers.
rhumsaa/array_column
444267 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
503303 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
minwork/array
199550 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
nahid/qarray
356889 Downloads
QArray is a PHP abstraction for querying array
php-tmdb/api
358791 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
matomo/cache
568706 Downloads
PHP caching library based on Doctrine cache
lukascivil/treewalker
742696 Downloads
TreeWalker is a simple and small Library that will help you to work faster with manipulation of structures in PHP
illuminated/helper-functions
448270 Downloads
Laravel-specific and pure PHP Helper Functions.
crell/fp
167777 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1059791 Downloads
Consistence - consistent approach and additions to PHP's functionality
clagiordano/weblibs-configmanager
2897355 Downloads
weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object
maciejczyzewski/bottomline
570069 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.
chrisharrison/php-array-of
544844 Downloads
Implement an array of a defined type. Generics replacement for PHP.