Skip to content

Commit d2b5ab0

Browse files
committed
update readme. add some badges
1 parent 7e89445 commit d2b5ab0

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,4 +1,10 @@
1-
# 文件内容解析
1+
# file parse
2+
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/file-parse.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/file-parse)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/file-parse.svg)](https://packagist.org/packages/php-toolkit/file-parse)
6+
7+
Some useful file parse utils for the php.
28

39
`ini`, `json`, `yml` 格式的文件解析
410

@@ -19,7 +25,7 @@ cache:
1925
debug: reference#debug
2026
```
2127

22-
## install
28+
## Install
2329

2430
```bash
2531
composer require toolkit/file-parse

0 commit comments

Comments
 (0)