inhere / library-plus
This package is abandoned and no longer maintained.
No replacement package was suggested.
some useful library of the php
dev-master
2018-01-27 14:11 UTC
Requires
- php: >=7.0.0
- inhere/library: dev-master
Suggests
- inhere/console: a lightweight php console application library.
- inhere/php-validate: Very lightweight data validate tool
- inhere/simple-print-tool: Very lightweight data printing tools
- matthiasmullie/minify: compress css and js. if you want to compress assets.
This package is not auto-updated.
Last update: 2020-01-24 16:41:22 UTC
README
php的一些有用的工具库实现。
基础库:
- 数据收集器(in
inhere/library
) - 依赖注入容器(in
inhere/library
) - 基础文件系统工具(in
inhere/library
) - 各种帮助类库(in
inhere/library
)
扩展库:
- 静态资源加载
- 认证
- 环境信息
- 事件调度 - 已独立为
inhere/event
- 扩展文件系统工具 - 文件上传/下载,图片处理(缩略图/水印),图片验证码生成
- html元素
- 命令行应用 - 已独立为
inhere/console
- 验证库 - 已独立为
inhere/validate
- http请求库 - 已独立为
inhere/http-client
- 队列 - 已独立为
inhere/queue
- 共享内存 - 已独立为
inhere/shm
- 锁 - - 已独立为
inhere/lock
- 进程控制管理 - 已独立为
inhere/process
- 资源池 - 已独立为
inhere/resource-pool
- 任务管理 未完成