@@ -36,23 +36,23 @@ git clone https://github.com/inhere/php-librarys.git
3636
3737基础库:
3838
39- - ` inhere\library\collections ` 数据收集器. (数据收集/全局配置/语言包处理类)
40- - ` inhere\library\di ` 依赖注入容器,提供服务管理
41- - ` inhere\library\files ` 文件系统操作(文件(夹)读取,检查,创建);` json ini yml ` 文件的扩展解析
42- - ` inhere\library\helpers ` 辅助类库(` string array object date url curl php format json ` )
43- - ` inhere\library\traits ` 一些常用的traits(` ArrayAccess ` ` GetterSetterAccess ` ` SimpleAlias ` ` SimpleConfig ` ` SimpleEvent ` )
44- - ` inhere\library\utils ` 一些独立的工具类(` autoloader logger ` )
39+ - ` Inhere\Library\Collections ` 数据收集器. (数据收集/全局配置/语言包处理类)
40+ - ` Inhere\Library\DI ` 依赖注入容器,提供服务管理
41+ - ` Inhere\Library\Files ` 文件系统操作(文件(夹)读取,检查,创建);` json ini yml ` 文件的扩展解析
42+ - ` Inhere\Library\Helpers ` 辅助类库(` string array object date url curl php format json ` )
43+ - ` Inhere\Library\Traits ` 一些常用的traits(` ArrayAccess ` ` GetterSetterAccess ` ` SimpleAlias ` ` SimpleConfig ` ` SimpleEvent ` )
44+ - ` Inhere\Library\Utils ` 一些独立的工具类(` autoloader logger ` )
4545- ` functions.php ` 一些有用的函数
4646
4747已迁移至 ` inhere/library-plus ` :
4848
49- - ` inhere\library \env` 环境信息收集, ` Server ` : 服务端信息. ` Client ` : 客户端信息
50- - ` inhere\library \event` 事件调度器
51- - ` inhere\library\files ` 文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
52- - ` inhere\library \asset` 资源(css,js)管理,加载,发布
53- - ` inhere\library \html` html 元素创建, dom 创建
54- - ` inhere\library \network` network 工具库(` telnet ` )
55- - ` inhere\library\utils ` 一些独立的工具类(` memcache ` )
49+ - ` Inhere\Library \env` 环境信息收集, ` Server ` : 服务端信息. ` Client ` : 客户端信息
50+ - ` Inhere\Library \event` 事件调度器
51+ - ` Inhere\Library\Files ` 文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
52+ - ` Inhere\Library \asset` 资源(css,js)管理,加载,发布
53+ - ` Inhere\Library \html` html 元素创建, dom 创建
54+ - ` Inhere\Library \network` network 工具库(` telnet ` )
55+ - ` Inhere\Library\Utils ` 一些独立的工具类(` memcache ` )
5656
5757[ Document] ( doc/document.md )
5858
0 commit comments