Libraries tagged by array_find
php-standard-library/vec
158752 Downloads
Functions for creating and transforming sequential, 0-indexed arrays (lists)
itools/smartarray
14484 Downloads
XSS-safe collections for PHP templates: database rows with fields that HTML-encode themselves, plus chainable filtering, sorting, and grouping
indaxia/doctrine-orm-transformations
103988 Downloads
Provides JSON-ready Doctrine ORM Entity-Array transfomtaions
dpolac/dictionary
238488 Downloads
Collection indexed with objects and scalars
rcubitto/json-pretty
75807 Downloads
Pretty print your PHP arrays with style – in full color and with proper indentation
cardinal-collections/array-with-secondary-keys
10137 Downloads
Array with Secondary Indexes
windwalker/scalars
17940 Downloads
Windwalker Scalars package
nowo-tech/migrations-kit-bundle
2323 Downloads
Symfony bundle providing migration helpers: schema checks (table/column/index exists) and array-based migration definitions. Use in Doctrine Migrations with Symfony 7|8.
sonofwinter/binding-bundle
3508 Downloads
This Bundle provides a binding from array to Entity with Symfony
aedart/util
12820 Downloads
This package contains a set of various utility resources, which can be used independently.
smoren/array-view
9 Downloads
Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.
qaadee/php-array-indexer
6 Downloads
Tiny PHP functions for indexing and grouping arrays and iterables by custom keys.
lindowx/php-array-hash
5478 Downloads
Hashing an multi-dimension PHP array into a unique value
bentools/arraytools
2286 Downloads
Some extra functions to work with arrays.
sunaoka/hash-php
540 Downloads
Merge one or more associative arrays recursively. This function does not append numeric indexes like array_merge_recursive() function.