Libraries tagged by in_array_r
rikudou/iterables
2800 Downloads
Provides some cool iterable functions complementing the built-in array functions
revinate/php-getter-setter
29516 Downloads
PHP library to simplify getting and setting values in arrays and objects.
redpandacoding/provinces-state-listings
5208 Downloads
A PHP array listing of United States states and Canada Provinces. US will include the Territories and DC in its listing. You can also request the array with out them by calling getStates() instead of getAll()
dazza-dev/laravel-batch-validation
77 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
eboreum/collections
3028 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
eboreum/caster
3462 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
lablnet/arrays
3 Downloads
PHP array class to manipulate arrays in efficient ways to solve real world problems.
phpdevcommunity/php-options-resolver
150 Downloads
This library provides a simple solution for processing and validating option arrays in PHP.
phpdevcommunity/relational-query
9 Downloads
A lightweight PHP query builder with built-in relational query support. Easily build complex SQL queries and fetch results as arrays.
andydune/string-replace
460 Downloads
Replace markers in string with data.
perchten/neat_html
1982 Downloads
Pretty-print PHP objects and arrays in html, json etc.
transprime-research/arrayed
102 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
ropendev/platesattributes
77 Downloads
[Plates Extension] Transform an array in html tag attributes.
renoki-co/laravel-yaml-config
3 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
wrux/blocky
475 Downloads
Map a matrix field into an array of blocks to render in twig.