Libraries tagged by in_array_r
hejunjie/tools
2077 Downloads
A PHP utility library that encapsulates commonly used operations for strings, arrays, files, network requests, image processing, and various helper functions (such as phone carrier lookup and ID-based address resolution) frequently encountered in daily development. More features are being continuously added...
danbettles/morf
965 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.
angus-dv/in_array_r
8 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
aegisora/in-array-rule
0 Downloads
Rule-based in-array validation in Aegisora ecosystem
schnittstabil/array_some
113 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
aegisora/is-array-rule
0 Downloads
Rule-based is array validation in Aegisora ecosystem
nolikein/array-mapping
10 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
khalyomede/reorder-before-after
269 Downloads
Reorder an item in an array before or after another.
xlsx/array
6 Downloads
xlsx/array - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
kalimero/readonly-array-support
0 Downloads
Laravel-style support for immutable toReadonlyArray pattern in DTOs and Resources.
techunico/dir-reader
4 Downloads
this is a simple directory reader writen in php which can read the contents of given directory and return an array
ryssbowh/laravel-array-cache
5 Downloads
Helper to cache using dotted array keys in Laravel
robloach/require-one
13 Downloads
Loads the first package found in the given array.
phpbsb/php-short-array-syntax-converter
14 Downloads
Command-line script to convert or revert PHP's array() syntax to PHP 5.4's short array syntax [] using PHP's built-in tokenizer.
daxslab/yii2-rawfileparser
3 Downloads
RawFileParser is a Yii2 extension that allows you to parse the content of requests that contain a raw file based on the `Content-Type` header. It does this by making the file available in the `$_FILES` array, allowing to handle it as a regular file upload.