Libraries tagged by data array
symfony/serializer
271664636 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
4340318 Downloads
Adds PostgreSQL enhancements to Doctrine. Provides support for JSON, JSONB and some array data types. Provides functions, operators and common expressions used when working with JSON data, arrays and features related to text search.
php-ds/php-ds
7635389 Downloads
Specialized data structures as alternatives to the PHP array
jbzoo/utils
1486803 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
jasny/twig-extensions
9134127 Downloads
A set of useful Twig filters
jbzoo/data
1505936 Downloads
An extended version of the ArrayObject object for working with system settings or just for working with data arrays
siriusphp/validation
706184 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
370132 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.
samsonasik/array-lookup
52344 Downloads
A fast lookup library that help you verify and search array and Traversable data
graze/data-structure
271057 Downloads
Data collections and containers
seboettg/collection
1029568 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
brunoconte3/dev-utils
23556 Downloads
A complete PHP utility library for validating, formatting, comparing data, and more.
radic/blade-extensions
318219 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
php-ds/ext-ds
110 Downloads
An extension providing efficient internal data structures as an alterantive to arrays
tonirilix/nested-json-flattener
91412 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.