Libraries tagged by arrayq
silinternational/php-env
44620 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
sbwerewolf/xml-navigator
3757 Downloads
Easy XML to PHP array conversion and fast XML streaming conversion
revosystems/grog
29012 Downloads
Easy form builder from array
pixelshaped/flat-mapper-bundle
1098 Downloads
A bundle to easily create non-scalar DTOs from denormalized array results (such as database queries results).
piedweb/render-html-attributes
39615 Downloads
[Plates and Twig Extension] Transform an array in html tag attributes.
phpexperts/csv-speaker
1865 Downloads
A quick and easy package for easily reading and writing CSV to/from strings and arrays.
php-school/learn-you-php
1961 Downloads
An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
phly/phly-configfactory
12801 Downloads
Factory for pulling nested configuration arrays from the config service
pgooch/php-ascii-tables
3888 Downloads
Convert multi-dimensional arrays into ASCII Tabled, and vise-versa.
pflorek/aws-paramstore
8397 Downloads
This library reads parameters from AWS Parameter Store. It supports a path prefix, an optional shared context and multiple profiles. Returns an multi dimensional array of string|int|float|bool. Integrates directly with zendframework/zend-config-aggregator.
palmtree/collection
4347 Downloads
Immutable collections which provide commonly used functionality missing from arrays
omasn/object-handler
5662 Downloads
The component allows filling objects from an associative array based on class strict property maps
mouf/utils.cache.in-memory-cache
354236 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
midnite81/xml2array
30328 Downloads
A package to convert XML to an Array with the inbuilt ability to convert to Json, Laravel Collection and Serialize
mapado/request-fields-parser
8015 Downloads
Convert string like `id,firstname,lastname,jobs{startDate,position,company{id,recordNumber}}` to the array