Libraries tagged by data array
symfony/serializer
322524997 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
martin-georgiev/postgresql-for-doctrine
5733474 Downloads
Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.
php-ds/php-ds
9359361 Downloads
Specialized data structures as alternatives to the PHP array
jbzoo/utils
1571924 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
jasny/twig-extensions
10818930 Downloads
A set of useful Twig filters
jbzoo/data
1590288 Downloads
An extended version of the ArrayObject object for working with system settings or just for working with data arrays
seboettg/collection
1346631 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
siriusphp/validation
767184 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
php-tmdb/api
382976 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.
php-ds/ext-ds
2002 Downloads
An extension providing efficient internal data structures as an alternative to arrays
samsonasik/array-lookup
66346 Downloads
A fast lookup library that help you verify and search array and Traversable data
graze/data-structure
294272 Downloads
Data collections and containers
byjg/serializer
186090 Downloads
A powerful multi-format serialization library that converts objects, arrays, and data between JSON, XML, YAML, CSV, PHP serialize, and plain text formats with intelligent property mapping and transformation
radic/blade-extensions
322958 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
tonirilix/nested-json-flattener
114899 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.