Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b03541

Browse files
committed
update readme. add some badges
1 parent 90022b2 commit 5b03541

File tree

9 files changed

+77
-18
lines changed

9 files changed

+77
-18
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PHP工具包
22

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)
6+
37
php的一些有用的基础工具库实现和收集整理。
48

59
> 本仓库是主仓库,开发后推送到各个组件仓库。如果只需要一个或部分工具,可以单独配置require

‎libs/arr-utils/README.md

Lines changed: 8 additions & 2 deletions
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

‎libs/cli-utils/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# cli-utils
1+
# CLI utils
2+
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/cli-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/cli-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/cli-utils.svg)](https://packagist.org/packages/php-toolkit/cli-utils)
26

37
Some useful utils for the php CLI env.
48

‎libs/file-parse/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

‎libs/file-utils/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

‎libs/obj-utils/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# object utils for php
1+
# object utils
22

3-
## install
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/obj-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/obj-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/obj-utils.svg)](https://packagist.org/packages/php-toolkit/obj-utils)
6+
7+
Some useful object utils for the php.
8+
9+
## Install
410

511
```bash
612
composer require toolkit/obj-utils

‎libs/php-utils/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

‎libs/str-utils/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

‎libs/sys-utils/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# system utils for php
1+
# system utils
22

3-
## license
3+
[![License](https://img.shields.io/packagist/l/php-toolkit/sys-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/sys-utils)
5+
[![Latest Stable Version](http://img.shields.io/packagist/v/php-toolkit/sys-utils.svg)](https://packagist.org/packages/php-toolkit/sys-utils)
6+
7+
Some useful system utils for php
8+
9+
## Install
10+
11+
```bash
12+
composer require toolkit/sys-utils
13+
```
14+
15+
## License
416

517
MIT

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /