File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# DotArray - :sailboat : Sail through array using the dot notation
22
33
4- <p align =" center " >Enjoy your :coffee:</p >
5-
6-
7- [ ![ Require ` PHP >= 7.1 ` ] ( https://img.shields.io/badge/Require%20PHP-%3E%3D%207.1-brightgreen.svg )] [ git-source ]
4+ <p align =" center " >~ Enjoy your :coffee: ~</p >
85
96Accessing PHP Arrays via DOT notation is easy as:
107
118``` php
129DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{some.dotted.key}')
1310```
11+ [ ![ Require ` PHP >= 7.1 ` ] ( https://img.shields.io/badge/Require%20PHP-%3E%3D%207.1-brightgreen.svg )] [ git-source ]
1412[ ![ Latest Stable Version] ( https://poser.pugx.org/binary-cube/dot-array/version )] [ packagist ]
1513[ ![ Total Downloads] ( https://poser.pugx.org/binary-cube/dot-array/downloads )] [ packagist ]
1614[ ![ Build Status] ( https://travis-ci.org/binary-cube/dot-array.svg?branch=master )] ( https://travis-ci.org/binary-cube/dot-array )
You can’t perform that action at this time.
0 commit comments