Libraries tagged by php array
jbzoo/utils
1489035 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
weew/helpers-array
8913311 Downloads
Useful collection of php array helpers.
rhumsaa/array_column
450206 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
vanderlee/php-stable-sort-functions
639400 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
nahid/qarray
377943 Downloads
QArray is a PHP abstraction for querying array
php-tmdb/api
370451 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
657557 Downloads
PHP caching library based on Doctrine cache
lukascivil/treewalker
864822 Downloads
TreeWalker is a simple and small Library that will help you to work faster with manipulation of structures in PHP
illuminated/helper-functions
536504 Downloads
Laravel-specific and pure PHP Helper Functions.
crell/fp
311838 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1092282 Downloads
Consistence - consistent approach and additions to PHP's functionality
clagiordano/weblibs-configmanager
3218485 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
605361 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.
codeliner/array-reader
241931 Downloads
PHP ArrayReader
chrisharrison/php-array-of
624269 Downloads
Implement an array of a defined type. Generics replacement for PHP.