Libraries tagged by array dot
ryanwhowe/dot
218 Downloads
A PHP library to access and Set values in an array using dot notation or any other separator
raggitech/php-dot-array
1534 Downloads
Access array data quickly/easily using dot-notation and asterisk.
timdev/array-undot
132 Downloads
A utility to normalize arrays with dotted-string keys. ['a.b' => 'c'] ==> ['a' => ['b' => 'c']]
ryssbowh/laravel-array-cache
5 Downloads
Helper to cache using dotted array keys in Laravel
russpos/dotarray
11 Downloads
Utility for traversing arrays using a dot notation
ronappleton/php-dot
39 Downloads
Set and get array values via dot notation.
ronappleton/laravel-dot
23 Downloads
Set and get array values via dot notation
picios/dottedarray
3 Downloads
Get and set array node using dot notation
jbizzay/php-dot
252 Downloads
Structured array helper with dot notation
dotaccess/dotarray
17 Downloads
(C)oncept-Labs DOT Accessable array container
dingtao/simple-array-accessor
17 Downloads
a simple lib to get/set array value with dot notation
adrian-ortega/dot-notation-php
34 Downloads
Access array data with dot notation
pklink/dotor
738 Downloads
Easy access to array values using dot notation. Useful for handling configurations or something like that
saasformation/array-by-path
221 Downloads
Library to get/set on an array using a dotted path
ecfectus/dotable
38 Downloads
A simple dot notation accessible array class and trait.