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

Commit b45df85

Browse files
committed
update readme. add some badges
1 parent 3f5f77a commit b45df85

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
# str utils
1+
# string utils
22

3-
string utils for php
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/str-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/str-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/str-utils.svg)](https://packagist.org/packages/php-toolkit/str-utils)
46

5-
contains:
7+
String utils for php language.
8+
9+
Contains:
610

711
- html string helper
812
- json string helper
913
- url string helper
1014
- common string helper
1115

12-
## install
16+
## Install
1317

1418
```bash
1519
composer require toolkit/str-utils
1620
```
1721

18-
## license
22+
## License
1923

2024
MIT

0 commit comments

Comments
 (0)