Libraries tagged by in_array_r
anik/cache
4 Downloads
ropendev/platesattributes
67 Downloads
[Plates Extension] Transform an array in html tag attributes.
renoki-co/laravel-yaml-config
1 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
rossriley/validation
18258 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
dq5studios/entity_column
340 Downloads
A drop-in replacement for array_column() that supports objects with getters.
ghebby/laravel-hfm
12 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.
wrux/blocky
471 Downloads
Map a matrix field into an array of blocks to render in twig.
nicofff/lazy-iter
3 Downloads
Lazy array function chains inspired in Rust
dynoser/walkdir
273 Downloads
Allows to recursively traverse files in directories or get an array of files
alexanevsky/output-normalizer-bundle
36 Downloads
Provides functions which allows to flexibly customize the output of objects and entities to an array or JSON by defining normalization rules in classes.
singlequote/laravel-text-parser
182 Downloads
A package to replace words in a text with values from a array. Also supports aliases and excluded properties
phpfacile/event-json
33 Downloads
This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.
angus-dv/in_array_r
2 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
schnittstabil/array_some
112 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.