Download the PHP package wayhood/hyperf-action without Composer
On this page you can find all versions of the php package wayhood/hyperf-action. 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 hyperf-action
hyperf-action
背景
原来项目都是这种结构,准备换swoole,借助hyperf 还在修改中。。。
配置
说明
全局使用一个Controller,(其实可以没有controller,直接挂在router上, 配置 config/routers.php
命令
显示指定dispatch对应的类,显示所有action
生成命令
创建Action
在App下创建Action目录,并创建Action, 类上加入Action注解,注意不要有重复的值 Action和Controller类似,可以使用$this->request $this->response
请求参数 POST
响应格式
响应格式如下
All versions of hyperf-action with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-swoole Version >=5.0
death_satan/hyperf-validate Version ~3.0.0
hyperf/command Version ~3.1.0
hyperf/di Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/utils Version ~3.1.0
ext-swoole Version >=5.0
death_satan/hyperf-validate Version ~3.0.0
hyperf/command Version ~3.1.0
hyperf/di Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/utils Version ~3.1.0
The package wayhood/hyperf-action contains the following files
Loading the files please wait ....