Libraries tagged by php array
tonirilix/nested-json-flattener
115621 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
byjg/serializer
188235 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
xakepehok/array-graphql
167130 Downloads
This library can convert php arrays to GraphQL fields query
orbitale/array-fixture
37911 Downloads
A Doctrine Data Fixture service based on PHP arrays.
inspirum/arrayable
137381 Downloads
PHP arrayable interface for handling casting to an array
binary-cube/dot-array
112055 Downloads
PHP Dot-Array :: Sail through array using the dot notation
bayfrontmedia/php-array-helpers
14501 Downloads
Helper class to provide useful array functions.
clearstream/xml-to-array
38288 Downloads
Incredibly simple XML to array PHP converter
olifanton/typed-arrays
74392 Downloads
Typed Arrays for PHP 8
cable8mm/array-flatten
36761 Downloads
Flatten a multi-dimensional array in PHP.
andreas-glaser/php-helpers
87960 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
69780 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
php-school/learn-you-php
2013 Downloads
An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
wtfzdotnet/php-tmdb-api
2903 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.
tiagohillebrandt/php-parse-link-header
58704 Downloads
Parses the Link HTTP header and returns the values as an array.