Libraries tagged by in_array_r
laxity7/yii2-json-field
89228 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data
wyrihaximus/string-get-in
163876 Downloads
Wrapper around igorw/get-in using strings rather then arrays are keys
ghanuz/relations
5501 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
lumosolutions/actionable
822 Downloads
Provides a clean, elegant way to create dispatchable and runnable actions in Laravel with built-in array conversion capabilities
sbwerewolf/language-specific
23497 Downloads
Read nested arrays safely and cast values predictably in PHP 8.4+
mouf/utils.cache.in-memory-cache
360943 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
26577 Downloads
php array utility to manipulate array in a xpath way
ihor/cachalot
28401 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
forrest79/type-validator
1780 Downloads
TypeValidator provides functionality to check types with PHP Doc syntax in runtime and narrow types for PHPStan.
dazza-dev/laravel-batch-validation
966 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
millipress/millibase
3578 Downloads
Declarative WordPress settings framework. Define your settings page in PHP arrays — sections, fields, tabs, validation — and get a React UI automatically.
eboreum/caster
8431 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.
dealnews/filter
5905 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.
webnuvola/excel-reader
5780 Downloads
Read spreadsheet files (CSV, XLSX and ODS) using OpenSpout and return data in array format
mateuszblaszczyk/record-finder
17103 Downloads
It find records in JSON array with fileds: timestamp and distance. For example for sport tracker usage.