Libraries tagged by php arrays
kohkimakimoto/earray
6178 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
force/arr
56359 Downloads
Arrays Component contains methods that can be useful when working with arrays.
dsheiko/extras
4247 Downloads
Chainable, high-order utility functions for PHP arrays, strings, numbers, functions and collections — inspired by JavaScript and Underscore.js
aterrien/forp-profiler
190 Downloads
A PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
mathiasgrimm/arraypath
26641 Downloads
php array utility to manipulate array in a xpath way
websemantics/lcss2php
60364 Downloads
Conveniently extracts variable declarations from multiple Less / Scss sources and returns a PHP associative array.
prowebcraft/dot
29948 Downloads
PHP dot notation array access
tiny-blocks/mapper
2198 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
zaphyr-org/config
4032 Downloads
Load configuration files the easy way. This configuration loader supports PHP, INI, JSON, XML, YAML and NEON file extensions.
sbwerewolf/language-specific
25296 Downloads
Read nested arrays safely and cast values predictably in PHP 8.4+
rundiz/upload
7157 Downloads
Upload single or multiple files with validations. (allowed file extensions, matched mime type, max file size, security scan, reserved file name, safe for web file name).
reallifekip/immutable-base
662 Downloads
Strict immutable DTOs, VOs, and SVOs for PHP 8.4+ with construction-time type validation, deep path mutation, and automatic validation chaining.
platine-php/collection
5942 Downloads
Platine Collection provides a flexible and simple PHP collection implementation.
phannaly/laravel-helpers
12418 Downloads
The PHP helpers function extract from Laravel
orieg/judy-polyfill
659 Downloads
Pure-PHP polyfill for the Judy extension (sparse dynamic arrays). Provides the Judy class API when ext-judy is not installed.