Libraries tagged by php arrays
jbzoo/utils
1488461 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
weew/helpers-array
8905760 Downloads
Useful collection of php array helpers.
rhumsaa/array_column
450141 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
638615 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
nahid/qarray
377780 Downloads
QArray is a PHP abstraction for querying array
php-tmdb/api
370350 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
656709 Downloads
PHP caching library based on Doctrine cache
lukascivil/treewalker
863622 Downloads
TreeWalker is a simple and small Library that will help you to work faster with manipulation of structures in PHP
illuminated/helper-functions
534868 Downloads
Laravel-specific and pure PHP Helper Functions.
crell/fp
310599 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1092130 Downloads
Consistence - consistent approach and additions to PHP's functionality
clagiordano/weblibs-configmanager
3216094 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
605060 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
623413 Downloads
Implement an array of a defined type. Generics replacement for PHP.
steevanb/php-typed-array
148266 Downloads
Add IntCollection, StringCollection, ObjectCollection etc.