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

Commit 67c17ae

Browse files
committed
update readme. add some badges
1 parent 805a66a commit 67c17ae

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# file utils for php
1+
# file utils
2+
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/file-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/file-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/file-utils.svg)](https://packagist.org/packages/php-toolkit/file-utils)
6+
7+
Some useful filesystem utils for php
28

39
- basic filesystem operation
410
- file read/write operation
511
- directory operation
612
- file finder
713

14+
## Install
15+
16+
```bash
17+
composer require toolkit/file-utils
18+
```
819

9-
## license
20+
## License
1021

1122
MIT

0 commit comments

Comments
 (0)