Libraries tagged by in_array_r
ghanuz/relations
4862 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
transprime-research/arrayed
212 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
rexlabs/utility-belt
87556 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
mouf/utils.cache.in-memory-cache
357821 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
ihor/cachalot
27932 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
eboreum/caster
5065 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.
webnuvola/excel-reader
4843 Downloads
Read spreadsheet files (CSV, XLSX and ODS) using OpenSpout and return data in array format
neunerlei/arrays
3033 Downloads
A package that provides a multitude of tools to traverse, sort and modify arrays in your daily routine
mateuszblaszczyk/record-finder
14145 Downloads
It find records in JSON array with fileds: timestamp and distance. For example for sport tracker usage.
wyrihaximus/string-get-in
160693 Downloads
Wrapper around igorw/get-in using strings rather then arrays are keys
dcblogdev/php-find-and-replace-json
902 Downloads
Find and replace keys or values in json or arrays
lumosolutions/actionable
118 Downloads
Provides a clean, elegant way to create dispatchable and runnable actions in Laravel with built-in array conversion capabilities
rwillians/stingray
13327 Downloads
Dot notation reader/writer for multidimensional arrays in PHP.
rikudou/iterables
3361 Downloads
Provides some cool iterable functions complementing the built-in array functions
revinate/php-getter-setter
30211 Downloads
PHP library to simplify getting and setting values in arrays and objects.