Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
adbario authored Jul 12, 2022
1 parent 43c7f15 commit 39ece8d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Dot - PHP dot notation access to arrays

[![Build Status](https://travis-ci.org/adbario/php-dot-notation.svg?branch=2.x)](https://travis-ci.org/adbario/php-dot-notation)
[![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)
[![Total Downloads](https://poser.pugx.org/adbario/php-dot-notation/downloads)](https://packagist.org/packages/adbario/php-dot-notation)
[![License](https://poser.pugx.org/adbario/php-dot-notation/license)](LICENSE.md)
<div>
<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>
<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>
<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>
<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>
<a href="LICENSE.md"><img src="https://img.shields.io/packagist/l/adbario/php-dot-notation?style=for-the-badge" alt="License"></a>
</div>

Dot provides an easy access to arrays of data with dot notation in a lightweight and fast way. Inspired by Laravel Collection.

Expand Down

0 comments on commit 39ece8d

Please sign in to comment.