风信2017 / laras
基于laravel框架,使用swoole的框架。
1.0.0
2021-01-21 02:35 UTC
Requires
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-redis: *
- doctrine/annotations: 1.11.1
- fig/http-message-util: ^1.1
- illuminate/config: ^8.0
- illuminate/database: ^8.0
- illuminate/encryption: ^8.0
- illuminate/events: ^8.0
- illuminate/hashing: ^8.0
- illuminate/log: ^8.0
- illuminate/mail: ^8.0
- illuminate/pagination: ^8.0
- illuminate/translation: ^8.0
- illuminate/validation: ^8.0
- illuminate/view: ^8.0
- laravel-lang/lang: ~8.0
- league/flysystem: ^1.1
- nesbot/carbon: ^2.31
- nikic/fast-route: ^1.3.0
- roave/better-reflection: ^4.3
- swoole/ide-helper: master
- symfony/console: ^5.1.4
- symfony/finder: 5.1.4
- vlucas/phpdotenv: ^5.2.0
This package is auto-updated.
Last update: 2024-09-06 13:05:17 UTC
README
Laravel + Swoole = Laras
要求
- PHP >= 7.3
- Swoole PHP扩展 >= 4.5,并禁用
短名
- OpenSSL PHP扩展
- JSON PHP扩展
- PDO PHP扩展(如果需要使用MySQL客户端)
- Redis PHP扩展(如果需要使用Redis客户端)
协程组件
- 认证
- 定时任务
- RedisAsyncQueue
- 事件
- 注解
- 面向切面编程
- Illuminate容器
- Illuminate邮件
- Illuminate ORM
- Illuminate Bus
- Illuminate视图
- Illuminate验证
- Illuminate支持
- Illuminate文件系统
- Illuminate分页
- Illuminate翻译
- Illuminate哈希
- Illuminate加密
- Illuminate配置
- Illuminate外观
- Illuminate日志
- 中间件
- 命令
- Redis池
- DB池
- 控制器池
- GuzzleHttpClient
- 进程
- 热重载
- FastRoute
- 速率限制器
- 类映射
- 服务器(Http/Tcp/Websocket)
使用方法
- app/Http/HttpController