Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit f1411c3

Browse files
committed
some information update
1 parent 2036486 commit f1411c3

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# php-tools
1+
# php-librarys
22

3-
### tool list
3+
### tool library list
44

55
- `inhere\library\collections` 数据收集器
66
- `inhere\library\console` 控制台的一些简单交互

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "inhere/php-tools",
2+
"name": "inhere/php-librarys",
33
"type": "library",
44
"description": "some useful library of the php",
5-
"keywords": ["library","php"],
6-
"homepage": "http://github.com/inhere/php-tools",
5+
"keywords": ["library","tool","php"],
6+
"homepage": "http://github.com/inhere/php-librarys",
77
"license": "MIT",
88
"authors": [
99
{

doc/document.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# php-tools
1+
# php-librarys
22

33

4-
## `inhere\collections`
4+
## `inhere\library\collections`
55

66
数据收集器
77

8-
## `inhere\console`
8+
## `inhere\library\console`
99

1010
控制台的一些简单交互
1111

12-
## `inhere\di`
12+
## `inhere\library\di`
1313

1414
依赖注入容器,提供服务管理
1515

16-
## `inhere\env`
16+
## `inhere\library\env`
1717

1818
环境信息收集, `Server`: 服务端信息. `Client`: 客户端信息
1919

20-
## `inhere\files`
20+
## `inhere\library\files`
2121

2222
文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
2323

24-
## `inhere\helpers`
24+
## `inhere\library\helpers`
2525

2626
辅助类库(`string array object date url php`)
2727

28-
## `inhere\language`
28+
## `inhere\library\language`
2929

3030
语言包处理类
3131

0 commit comments

Comments
 (0)