Libraries tagged by in array
dms/phpunit-arraysubset-asserts
24950282 Downloads
This package provides ArraySubset and related asserts once deprecated in PHPUnit 8
igorw/get-in
12030238 Downloads
Functions for hash map (assoc array) traversal.
phootwork/collection
19292468 Downloads
The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.
grasmash/expander
54474696 Downloads
Expands internal property references in PHP arrays file.
mathieuviossat/arraytotexttable
7257123 Downloads
Display arrays in terminal
vanderlee/php-stable-sort-functions
634710 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
lukascivil/treewalker
860057 Downloads
TreeWalker is a simple and small Library that will help you to work faster with manipulation of structures in PHP
siriusphp/validation
705902 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
rikudou/array-merge-recursive
118282 Downloads
Replacement of built-in array_merge_recursive function that doesn't add values to array but replaces them
jdrieghe/array-helpers
451447 Downloads
A collection of convenience methods to deal with arrays in php. Somewhat inspired by Laravel array helpers.
polyfills/array-find
52642 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
bocharsky-bw/arrayzy
21301 Downloads
A native PHP arrays easy manipulation library in OOP way.
veewee/reflecta
104933 Downloads
Unleash the Power of Optics in your code!
nikolaposa/cascader
208084 Downloads
Utility for creating objects in PHP from constructor parameters definitions.
clue/arguments
182594 Downloads
The simple way to split your command line string into an array of command arguments in PHP.