Download the PHP package linvanda/wecarswoole without Composer
On this page you can find all versions of the php package linvanda/wecarswoole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wecarswoole
WecarSwoole
简介
WecarSwoole 是基于 Swoole 开发的 Web 开发框架。
开发前请务必先看完本文档,特别是注意点,以及启动、部署相关。
环境要求
- PHP >= 7.2
- Swoole >= 4.3.0
- phpredis 扩展
系统设计要点
- 可扩展性
- 容易和第三方系统对接
- 可测试
- 遵循 PSR 规范
- 组合优于继承:
- 类继承层次不要过深,一般不要超过3层。
- 不要在基类写太多功能,基类功能越多越笨重不灵活。
- 优先使用多个类组合完成功能,而不是全塞到基类里面实现。
目录
- 启动项目
- 新项目部署
- 注意点
- 目录结构
- 分层模型
- 配置
- 错误码
- 路由
- 控制器
-
领域
-
领域事件
-
仓储
- 实体
-
- 定时任务
- 异步任务
- API 调用
- Exception
- 中间件
-
基础设施
-
Email
-
Logger
-
Cache
-
Redis
- MySQL
-
- 事务
- 消息队列
- DTO
- 依赖注入
- Util 工具
- 测试
- 单元测试
- 代码规范
- 杂项
All versions of wecarswoole with dependencies
PHP Build Version
Package Version
Requires
easyswoole/easyswoole Version
3.2.*
php-di/php-di Version ~6.0.0
ramsey/uuid Version ~3.8.0
swlib/saber Version ~1.0.9
doctrine/annotations Version ~1.6.0
monolog/monolog Version ~1.24.0
swiftmailer/swiftmailer Version ~6.2.0
symfony/cache Version ~4.2.0
symfony/event-dispatcher Version ~4.3.0
psr/event-dispatcher Version ^1.0
psr/simple-cache Version ^1.0
dev/locker Version ^1.0
dev/mysql Version ^1.0
php-di/php-di Version ~6.0.0
ramsey/uuid Version ~3.8.0
swlib/saber Version ~1.0.9
doctrine/annotations Version ~1.6.0
monolog/monolog Version ~1.24.0
swiftmailer/swiftmailer Version ~6.2.0
symfony/cache Version ~4.2.0
symfony/event-dispatcher Version ~4.3.0
psr/event-dispatcher Version ^1.0
psr/simple-cache Version ^1.0
dev/locker Version ^1.0
dev/mysql Version ^1.0
The package linvanda/wecarswoole contains the following files
Loading the files please wait ....