Libraries tagged by in_array_r
ropendev/platesattributes
99 Downloads
[Plates Extension] Transform an array in html tag attributes.
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
dq5studios/entity_column
475 Downloads
A drop-in replacement for array_column() that supports objects with getters.
dazza-dev/laravel-batch-validation
143 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
wrux/blocky
480 Downloads
Map a matrix field into an array of blocks to render in twig.
nicofff/lazy-iter
6 Downloads
Lazy array function chains inspired in Rust
dynoser/walkdir
447 Downloads
Allows to recursively traverse files in directories or get an array of files
danbettles/morf
671 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
angus-dv/in_array_r
8 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
schnittstabil/array_some
113 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
nolikein/array-mapping
7 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
khalyomede/reorder-before-after
269 Downloads
Reorder an item in an array before or after another.
xlsx/array
5 Downloads
xlsx/array - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
emulgeator/server-superglobal-object-representation
27 Downloads
A simple class which represents the $_SERVER super global array in PHP
kalimero/readonly-array-support
0 Downloads
Laravel-style support for immutable toReadonlyArray pattern in DTOs and Resources.