Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 50753dd

Browse files
committed
update readme. add some badges
1 parent 39a4b55 commit 50753dd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# array utils for php
1+
# array utils
2+
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/arr-utils.svg?style=flat-square)](LICENSE)
4+
[![Php Version](https://img.shields.io/badge/php-%3E=7.1.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/php-toolkit/arr-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/arr-utils.svg)](https://packagist.org/packages/php-toolkit/arr-utils)
6+
7+
Some useful array utils for php
28

39
## Install
410

511
```bash
612
composer require toolkit/arr-utils
713
```
814

9-
## license
15+
## License
1016

1117
MIT

0 commit comments

Comments
 (0)