Libraries tagged by php array
atomastic/arrays
7082 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
php-extended/php-arrayable-object
489 Downloads
A library that implements the php-extended/php-arrayable-interface library
mannion007/php-binary-search
2291 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
jumpifbelow/php-functional-array
3981 Downloads
Classes to make the use of sets functional
yarri/array-sort
1410 Downloads
The definitive function for sorting arrays in PHP
phpdevcommunity/php-options-resolver
184 Downloads
This library provides a simple solution for processing and validating option arrays in PHP.
khuddus/php-camel-case-helpers
74 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
dimsog/arrayhelper
206 Downloads
ArrayHelper for PHP 5.4+
cubicl/php-structure-check
7468 Downloads
Structural check of arrays for PHP 7.4+
ajf/typed-arrays
498 Downloads
Typed Arrays for PHP 7
mcustiel/typed-php
19 Downloads
Object wrappers for primitives and typed arrays in PHP
sinkcup/db-sql-maker-php
23 Downloads
PHP SQL maker : convert array to SQL
shrink0r/php-schema
815 Downloads
Lib for building and validating array structures in php.
overtrue/double-array-trie
12 Downloads
A PHP implementation of Double Array Trie.
nick-lai/associative-array
23 Downloads
A lightweight associative array library for PHP.