PHP code example of captainbi / hyperf

1. Go to this page and download the library: Download captainbi/hyperf library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

captainbi / hyperf example snippets

bash
php bin/hyperf.php vendor:publish captainbi/hyperf
ini
## 配置文件路径 config/autoload/restart_console.php

# 热重启启动脚本路径,默认在 bin/restart.php
RESTART_CONSOLE_SCRIPT=
# 热重启等待进程退出超时时间,单位 秒,可选值 3-60,默认 60秒
RESTART_CONSOLE_TIMEOUT=60

# 热重启失败发送警报的钉钉机器人 access token
RESTART_CONSOLE_DD_TOKEN=
# 热重启失败发送警报的钉钉机器人 api secret,安全设置 中使用 '加签' 模式的话,此配置不能为空
RESTART_CONSOLE_DD_SECRET=
# 热重启失败发送警报的钉钉机器人 消息,可使用的占位符见 config/autoload/restart_console.php 说明,可为空
RESTART_CONSOLE_DD_MESSAGE=