Libraries tagged by in array
danbettles/morf
684 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.
wahlemedia/laravel-where-in-array
3 Downloads
A small package to check if an value of an array is containted within a given array.
spacegrass/arraytype
4465 Downloads
Enforces consistent types in arrays
jstewmc/in-arrays
17 Downloads
Checks if a value exists in an array of arrays
angus-dv/in_array_r
8 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
nuffic/yii2-inarray-validator
468 Downloads
in_array validator for Yii 2
wake/php-array-kit
368 Downloads
Simple functions help using array in php
unmainsys/array-to-text-table
97 Downloads
Display arrays in terminal
sk/array_path_exists
5 Downloads
Checks if the given keys or indices exists in the array
schnittstabil/array_some
113 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
schenke-io/pretty-php-array
4 Downloads
Write php array in a pretty way into an file
nolikein/array-mapping
7 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
mmamedov/array-property
19 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.
jonasof/array-circle-fetch
14 Downloads
Fetch elements from array in a circle pattern
jetwaves/edit-array-in-file
62 Downloads
CRUD (Add, modify, list, delete) of elements from arrays in php file.