Libraries tagged by in_array_r
rexlabs/utility-belt
85542 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
ihor/cachalot
27875 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
eboreum/caster
4451 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
4664 Downloads
Read spreadsheet files (CSV, XLSX and ODS) using OpenSpout and return data in array format
neunerlei/arrays
2999 Downloads
A package that provides a multitude of tools to traverse, sort and modify arrays in your daily routine
mateuszblaszczyk/record-finder
13468 Downloads
It find records in JSON array with fileds: timestamp and distance. For example for sport tracker usage.
wyrihaximus/string-get-in
160038 Downloads
Wrapper around igorw/get-in using strings rather then arrays are keys
piedweb/render-html-attributes
40834 Downloads
[Twig Extension] Transform an array in html tag attributes.
dcblogdev/php-find-and-replace-json
858 Downloads
Find and replace keys or values in json or arrays
lumosolutions/actionable
52 Downloads
Provides a clean, elegant way to create dispatchable and runnable actions in Laravel with built-in array conversion capabilities
transprime-research/arrayed
110 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
mouf/utils.cache.in-memory-cache
356695 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.
mathiasgrimm/arraypath
26327 Downloads
php array utility to manipulate array in a xpath way
tzfrs/googlesitemapparser
3298 Downloads
Google Sitemap is a Sitemap standard that is supported by Ask.com, Google, YAHOO and MSN Search. This library can read in such Sitemaps and parse all urls from them.
rwillians/stingray
12924 Downloads
Dot notation reader/writer for multidimensional arrays in PHP.