https://github.com/jefferyjob/dartswoole
Dartswoole是 Darts 框架的核心类库。提供事件绑定,容器绑定,路由解析,RPC,连接池等核心服务。
https://github.com/jefferyjob/dartswoole
darts dartswoole library swoole
Last synced: 5 months ago
JSON representation
Dartswoole是 Darts 框架的核心类库。提供事件绑定,容器绑定,路由解析,RPC,连接池等核心服务。
- Host: GitHub
- URL: https://github.com/jefferyjob/dartswoole
- Owner: jefferyjob
- License: mit
- Created: 2021-06-01T10:46:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T10:18:19.000Z (about 4 years ago)
- Last Synced: 2025-04-08T11:38:05.945Z (6 months ago)
- Topics: darts, dartswoole, library, swoole
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 30
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Darts Library
## 概述
Library 类库
## Label
[](https://github.com/jefferyjob/dartswoole/issues)
[](https://github.com/jefferyjob/dartswoole)
[](https://github.com/jefferyjob/dartswoole)
[](https://github.com/jefferyjob/dartswoole/blob/master/LICENSE)## Framework
https://github.com/jefferyjob/darts
## 提供支持
- 路由的解析与处理
- event事件的绑定与处理
- Swoole的http服务的实现
- 基于consule实现独立的RPC服务
- 基于Swoole实现RPC客户端和服务端
- 数据库的Pool连接池的操作支持## 目录简介
```text
src
-----App-----------------核心服务
-----Container-----------容器服务
-----Priovder------------服务提供者抽象类定义
-----Config--------------配置解析处理
-----Help----------------类库的调试帮助函数
-----Event---------------事件绑定的解析与处理
-----Database------------数据库支持
-----Routes--------------路由解析与处理
-----Consul--------------consul实现RPC服务
-----Rpc-----------------RPC服务实现
-----SwooleServer--------swoole实现http等服务
test
-----xxxxxx--------------测试文件
```## License
遵循 MIT 许可证,有关详细,请参阅 LICENSE。