From f52ce168a645b9fde7ee4d09791f68e1da67a8eb Mon Sep 17 00:00:00 2001 From: Mathias Grimm Date: Tue, 15 Mar 2016 22:10:41 +0000 Subject: [PATCH] doc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51c342d..10181b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ Array Path ========== + +[![Author](http://img.shields.io/badge/author-@matgrimm-blue.svg?style=flat-square)](https://twitter.com/matgrimm) +[![Latest Version](https://img.shields.io/github/release/mathiasgrimm/arraypath.svg?style=flat-square)](https://github.com/mathiasgrimm/arraypath/releases) +[![Total Downloads](https://img.shields.io/packagist/dt/mathiasgrimm/arraypath.svg?style=flat-square)](https://packagist.org/packages/mathiasgrimm/arraypath) + Array Path is an easy and very convenient way for manipulating arrays, especially multidimensional.
Forget about checking for existing indexes and/or getting an E_NOTICE.