Libraries tagged by in_array_r
nolikein/array-mapping
6 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
xlsx/array
3 Downloads
xlsx/array - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
emulgeator/server-superglobal-object-representation
23 Downloads
A simple class which represents the $_SERVER super global array in PHP
robertogriel/crypt-array
9 Downloads
Encrypt or Decrypt strings and Arrays in PHP
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
11 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.
celyes/ray
2 Downloads
Array manipulation in PHP
ambika/php-reader
33 Downloads
This package is used to parse php array files 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
11 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
zakaria-elkashef/repository-pattern
25 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.