File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Dot - PHP dot notation access to arrays
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/adbario/php-dot-notation.svg?branch=2.x )] ( https://travis-ci.org/adbario/php-dot-notation )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/adbario/php-dot-notation/badge.svg?branch=2.x )] ( https://coveralls.io/github/adbario/php-dot-notation?branch=2.x )
5
- [ ![ Total Downloads] ( https://poser.pugx.org/adbario/php-dot-notation/downloads )] ( https://packagist.org/packages/adbario/php-dot-notation )
6
- [ ![ License] ( https://poser.pugx.org/adbario/php-dot-notation/license )] ( LICENSE.md )
3
+ <div >
4
+ <a href =" https://github.com/adbario/php-dot-notation/actions/workflows/tests.yml?query=branch%3A2.x " ><img src =" https://img.shields.io/github/workflow/status/adbario/php-dot-notation/tests/2.x?label=tests&style=for-the-badge " alt =" Build Status " ></a >
5
+ <a href =" https://coveralls.io/github/adbario/php-dot-notation?branch=2.x " ><img src =" https://img.shields.io/coveralls/github/adbario/php-dot-notation/2.x?style=for-the-badge " alt =" Coverage Status " ></a >
6
+ <a href =" https://packagist.org/packages/adbario/php-dot-notation " ><img src =" https://img.shields.io/packagist/dt/adbario/php-dot-notation?style=for-the-badge " alt =" Total Downloads " ></a >
7
+ <a href =" https://packagist.org/packages/adbario/php-dot-notation " ><img src =" https://img.shields.io/packagist/v/adbario/php-dot-notation?label=stable&style=for-the-badge " alt =" Latest Stable Version " ></a >
8
+ <a href =" LICENSE.md " ><img src =" https://img.shields.io/packagist/l/adbario/php-dot-notation?style=for-the-badge " alt =" License " ></a >
9
+ </div >
7
10
8
11
Dot provides an easy access to arrays of data with dot notation in a lightweight and fast way. Inspired by Laravel Collection.
9
12
You can’t perform that action at this time.
0 commit comments