Skip to content

Commit 3406b4d

Browse files
authored
Update README.md
1 parent dc7921f commit 3406b4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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

96
Accessing PHP Arrays via DOT notation is easy as:
107

118
```php
129
DotArray::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)

0 commit comments

Comments
 (0)