Libraries tagged by in_array_r
phpdevcommunity/php-options-resolver
173 Downloads
This library provides a simple solution for processing and validating option arrays in PHP.
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
4 Downloads
Helper to cache using dotted array keys in Laravel
robloach/require-one
12 Downloads
Loads the first package found in the given array.
phpdevcommunity/relational-query
17 Downloads
A lightweight PHP query builder with built-in relational query support. Easily build complex SQL queries and fetch results as arrays.
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.
celyes/ray
4 Downloads
Array manipulation in PHP
sarelvdwalt/response-json-envelope
13 Downloads
A simple object that can be used to put a response (in JSON, given as an array) inside a standard envelope, giving you a place to put certain meta-data, including the response-code.
it-poet/excel-keys-replacer
15 Downloads
A package to replace special labels in Excel files matching array keys.
geo-url-lasac/route-url-parser
2 Downloads
2 simple classes to get an array of waypoints encoded in the url. And to get an url from the array of points back
hamboldt/php-doc-reader
4881 Downloads
Reads configurations from comments in PHP, converting them from JSON to arrays.
zakaria-elkashef/repository-pattern
26 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.