Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 42a20c6

Browse files
committed
update readme. add some badges
1 parent 4d13407 commit 42a20c6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# php utils
22

3+
[![License](https://img.shields.io/packagist/l/php-toolkit/php-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/php-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/php-utils.svg)](https://packagist.org/packages/php-toolkit/php-utils)
6+
7+
Some useful basic tool class for php.
8+
39
Contains:
410

511
- simple autoloader
@@ -9,12 +15,12 @@ Contains:
915
- common php helper
1016
- and more ...
1117

12-
## install
18+
## Install
1319

1420
```bash
1521
composer require toolkit/php-utils
1622
```
1723

18-
## license
24+
## License
1925

2026
MIT

0 commit comments

Comments
 (0)