Libraries tagged by php arrays
seboettg/collection
674483 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
rpnzl/arrch
106288 Downloads
Array queries for PHP 5.3
zakirullin/mess
21616 Downloads
Convenient array-related routine & better type casting
nikolaposa/cascader
172580 Downloads
Utility for creating objects in PHP from constructor parameters definitions.
ilya/belt
19486 Downloads
A handful of tools for PHP developers.
ginq/ginq
252675 Downloads
LINQ to Object inspired DSL for PHP
icecave/collections
125372 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
clue/arguments
161756 Downloads
The simple way to split your command line string into an array of command arguments in PHP.
tonirilix/nested-json-flattener
72913 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
xakepehok/array-graphql
82638 Downloads
This library can convert php arrays to GraphQL fields query
orbitale/array-fixture
30225 Downloads
A Doctrine Data Fixture service based on PHP arrays.
binary-cube/dot-array
83543 Downloads
PHP Dot-Array :: Sail through array using the dot notation
sfneal/array-helpers
111510 Downloads
Array helpers for PHP applications
polyfills/array-find
7358 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
tiagohillebrandt/php-parse-link-header
36245 Downloads
Parses the Link HTTP header and returns the values as an array.