Libraries tagged by array
khartir/typed-config
108707 Downloads
A tool to create valid config objects from typed classes and data-arrays
keo/iso-639
60385 Downloads
Composer compatible array of languages based on ISO-639
jwadhams/merge-a-trois
29881 Downloads
Three-way merge for PHP array data
jaspr/expression
10789 Downloads
Rich expression builder allows create complex closure expression tree to filter array of objects
inelo/numco
16305 Downloads
NUMber COmpressor - small library for numeric arrays compression.
grifart/tables
7019 Downloads
Statically typed table gate with support for composite fields, arrays and more from PostgreSQL.
grifart/stateful
8398 Downloads
Serializes any object into primitive types and arrays.
graze/formatter
23964 Downloads
Convert objects into arrays of data by applying processors, filters, and sorters.
gong023/ayaml
109183 Downloads
utility to convert yaml to array
fcpl/psalm-pimple-container-plugin
2688 Downloads
Psalm plugin to resolve return type for Pimple Container (ArrayAccess)
fcpl/phpstan-container-extension
18098 Downloads
PHPStan extension to resolve return type for PSR-11 container (Psr\Container\ContainerInterface) and Pimple Container (ArrayAccess)
experius/module-categorymultipleproductsapi
12787 Downloads
Adds functionality to the Magento 2 API to add multiple products to a category via one call or replace all products inside category with new array
elgentos/parser
32388 Downloads
Elgentos Parser for json/yaml files to readable array
eboreum/collections
3912 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
eboreum/caster
4421 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.