Libraries tagged by php arrays
icecave/collections
142322 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
php-standard-library/iter
124004 Downloads
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
symfony/deepclone
6818 Downloads
Export any serializable PHP values as pure arrays - accelerator for Symfony's DeepCloner
jerowork/graphql-attribute-schema
41017 Downloads
Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.
clue/arguments
196384 Downloads
The simple way to split your command line string into an array of command arguments in PHP.
tonirilix/nested-json-flattener
117929 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
171551 Downloads
This library can convert php arrays to GraphQL fields query
orbitale/array-fixture
38112 Downloads
A Doctrine Data Fixture service based on PHP arrays.
binary-cube/dot-array
113320 Downloads
PHP Dot-Array :: Sail through array using the dot notation
bayfrontmedia/php-array-helpers
14745 Downloads
Helper class to provide useful array functions.
steevanb/php-typed-array
172344 Downloads
Add IntCollection, StringCollection, ObjectCollection etc.
olifanton/typed-arrays
78698 Downloads
Typed Arrays for PHP 8
cable8mm/array-flatten
39860 Downloads
Flatten a multi-dimensional array in PHP.
andreas-glaser/php-helpers
88580 Downloads
A comprehensive collection of PHP utility functions for array manipulation, string operations, date handling, HTML generation, form building, validation, and more. Modern PHP 8.2+ library with full type safety.
polyfills/array-find
70308 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.