jefferyjob / dartswoole
Darts Framework Libary
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/jefferyjob/dartswoole
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-09-17 11:31:04 UTC
README
概述
Library 类库
Label
Framework
https://github.com/jefferyjob/darts
提供支持
- 路由的解析与处理
- event事件的绑定与处理
- Swoole的http服务的实现
- 基于consule实现独立的RPC服务
- 基于Swoole实现RPC客户端和服务端
- 数据库的Pool连接池的操作支持
目录简介
src
-----App-----------------核心服务
-----Container-----------容器服务
-----Priovder------------服务提供者抽象类定义
-----Config--------------配置解析处理
-----Help----------------类库的调试帮助函数
-----Event---------------事件绑定的解析与处理
-----Database------------数据库支持
-----Routes--------------路由解析与处理
-----Consul--------------consul实现RPC服务
-----Rpc-----------------RPC服务实现
-----SwooleServer--------swoole实现http等服务
test
-----xxxxxx--------------测试文件
License
遵循 MIT 许可证,有关详细,请参阅 LICENSE。