From 39ece8d385ce2f5e03718c693932d83ab0cb5972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riku=20S=C3=A4rkinen?= Date: Tue, 12 Jul 2022 03:52:50 +0100 Subject: [PATCH] Update badges --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 642e402..d12ea34 100644 --- a/README.md +++ b/README.md @@ -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) +
+ Build Status + Coverage Status + Total Downloads + Latest Stable Version + License +
Dot provides an easy access to arrays of data with dot notation in a lightweight and fast way. Inspired by Laravel Collection.