Download the PHP package wilbur/hyperf-soar without Composer
On this page you can find all versions of the php package wilbur/hyperf-soar. 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-soar
hyperf-soar
安装
# hyperf 1.*
composer require wilbur/hyperf-soar:1.0 --dev
# hyperf 2.*
composer require wilbur/hyperf-soar --dev
发布配置文件
php bin/hyperf.php vendor:publish wilbur/hyperf-soar
下载 soar
# macOS
* wget https://github.com/XiaoMi/soar/releases/download/0.11.0/soar.darwin-amd64 -O vendor/bin/soar
# linux
* wget https://github.com/XiaoMi/soar/releases/download/0.11.0/soar.linux-amd64 -O vendor/bin/soar
# windows
* wget https://github.com/XiaoMi/soar/releases/download/0.11.0/soar.windows-amd64 -O vendor/bin/soar
# authorization
* chmod +x vendor/bin/soar
env 增加配置
SOAR_ENABLED=true
SOAR_TEST_DSN_DISABLE=false
SOAR_PATH=your_soar_path
SOAR_TEST_DSN_HOST=127.0.0.1
SOAR_TEST_DSN_PORT=3306
SOAR_TEST_DSN_DBNAME=yourdb
SOAR_TEST_DSN_USER=root
SOAR_TEST_DSN_PASSWORD=
SOAR_REPORT_TYPE=json
执行方式
在
hyperf start
后,监听QueryExec
事件, 在全局的响应中插入了监听到的sql
列表对应的优化建议 目前只对response()->json()进行了插入
样例
感谢
All versions of hyperf-soar with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
guanguans/soar-php Version ^3.0
hyperf/config Version ^3.0
hyperf/database Version ^3.0
hyperf/di Version ^3.0
hyperf/event Version ^3.0
hyperf/http-message Version ^3.0
ext-json Version *
guanguans/soar-php Version ^3.0
hyperf/config Version ^3.0
hyperf/database Version ^3.0
hyperf/di Version ^3.0
hyperf/event Version ^3.0
hyperf/http-message Version ^3.0
The package wilbur/hyperf-soar contains the following files
Loading the files please wait ....