|
4 | 4 | DotArray
|
5 | 5 | ====================
|
6 | 6 |
|
| 7 | +.. raw:: html |
| 8 | + |
| 9 | + <a href="https://php.net" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 10 | + <img src="https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square"/> |
| 11 | + </a> |
| 12 | + |
| 13 | + <a href="https://packagist.org/packages/binary-cube/dot-array" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 14 | + <img src="https://img.shields.io/packagist/v/binary-cube/dot-array.svg?style=flat-square"/> |
| 15 | + </a> |
| 16 | + |
| 17 | + <a href="https://packagist.org/packages/binary-cube/dot-array" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 18 | + <img src="https://img.shields.io/packagist/dt/binary-cube/dot-array.svg?style=flat-square"/> |
| 19 | + </a> |
| 20 | + |
| 21 | + <a href="https://travis-ci.org/binary-cube/dot-array" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 22 | + <img src="https://img.shields.io/travis/binary-cube/dot-array/master.svg?style=flat-square"/> |
| 23 | + </a> |
| 24 | + |
| 25 | + <a href="https://scrutinizer-ci.com/g/binary-cube/dot-array/code-structure" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 26 | + <img src="https://img.shields.io/scrutinizer/coverage/g/binary-cube/dot-array.svg?style=flat-square"/> |
| 27 | + </a> |
| 28 | + |
| 29 | + <a href="https://scrutinizer-ci.com/g/binary-cube/dot-array" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 30 | + <img src="https://img.shields.io/scrutinizer/g/binary-cube/dot-array.svg?style=flat-square"/> |
| 31 | + </a> |
| 32 | + |
| 33 | + <a href="https://github.com/binary-cube/dot-array/blob/master/LICENSE" target="_blank" style="display: inline-block; position: relative; border: none"> |
| 34 | + <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"/> |
| 35 | + </a> |
| 36 | + |
7 | 37 | DotArray is a simple PHP Library that can access an array in a dotted manner.
|
8 | 38 |
|
9 | 39 | - Easy to use.
|
|
0 commit comments