Libraries tagged by php array
php-tmdb/api
390952 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.
crell/fp
612462 Downloads
Functional utilities for PHP 8 and later
consistence/consistence
1138637 Downloads
Consistence - consistent approach and additions to PHP's functionality
clagiordano/weblibs-configmanager
3865961 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
653172 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
322280 Downloads
PHP ArrayReader
sameer-shelavale/php-countries-array
444919 Downloads
PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent
clearstream/xml-to-array
40092 Downloads
Incredibly simple XML to array PHP converter
jdrieghe/array-helpers
484101 Downloads
A collection of convenience methods to deal with arrays in php. Somewhat inspired by Laravel array helpers.
mtownsend/array-redactor
122926 Downloads
A PHP package to redact array values by their keys.
infocyph/arraykit
25868 Downloads
PHP data and configuration primitives: arrays, collections, dot paths, dotenv, hooks, and DTO hydration.
rhumsaa/array_column
456022 Downloads
Provides functionality for array_column() to projects using PHP earlier than version 5.5.
symplify/php-config-printer
2386331 Downloads
Print Symfony services array with configuration to to plain PHP file format thanks to this simple php-parser wrapper
vanderlee/php-stable-sort-functions
788459 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
sarhan/php-flatten
195245 Downloads
Flattens multidimensional arrays, traversables and vars into one dimensional array.