Libraries tagged by array dot
raziul/php-dot-array
6 Downloads
Dot notation for PHP Array
ryanwhowe/dot
206 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
130 Downloads
A utility to normalize arrays with dotted-string keys. ['a.b' => 'c'] ==> ['a' => ['b' => 'c']]
ryssbowh/laravel-array-cache
4 Downloads
Helper to cache using dotted array keys in Laravel
russpos/dotarray
10 Downloads
Utility for traversing arrays using a dot notation
ronappleton/php-dot
36 Downloads
Set and get array values via dot notation.
ronappleton/laravel-dot
22 Downloads
Set and get array values via dot notation
picios/dottedarray
2 Downloads
Get and set array node using dot notation
jbizzay/php-dot
249 Downloads
Structured array helper with dot notation
adrian-ortega/dot-notation-php
32 Downloads
Access array data with dot notation
saasformation/array-by-path
80 Downloads
Library to get/set on an array using a dotted path
ecfectus/dotable
37 Downloads
A simple dot notation accessible array class and trait.
noj/dot
9733 Downloads
Nested array/object access through dot notation
firstred/php-dot-notation
128 Downloads
PHP dot notation access to arrays