https://github.com/php-toolkit/toolkit-plus
php toolkit extend
https://github.com/php-toolkit/toolkit-plus
Last synced: 7 months ago
JSON representation
php toolkit extend
- Host: GitHub
- URL: https://github.com/php-toolkit/toolkit-plus
- Owner: php-toolkit
- License: mit
- Created: 2018-04-30T04:04:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T16:12:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T18:41:33.270Z (over 1 year ago)
- Language: PHP
- Size: 720 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php toolkit plus
php的一些有用的扩展工具库实现。
- 静态资源加载
- 认证
- 环境信息
- 事件调度 - 已独立为 `inhere/event`
- 扩展文件系统工具 - 文件上传/下载,图片处理(缩略图/水印),图片验证码生成
- html元素
- 命令行应用 - 已独立为 `inhere/console`
- 验证库 - 已独立为 `inhere/validate`
- http请求库 - 已独立为 `inhere/http-client`
- 队列 - 已独立为 `inhere/queue`
- 共享内存 - 已独立为 `inhere/shm`
- 锁 - - 已独立为 `inhere/lock`
- 进程控制管理 - 已独立为 `inhere/process`
- 资源池 - 已独立为 `inhere/resource-pool`
- 任务管理 _未完成_