PHP code example of yunkeweb / thinkphp-feishu-log

1. Go to this page and download the library: Download yunkeweb/thinkphp-feishu-log 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/ */

    

yunkeweb / thinkphp-feishu-log example snippets


'fei_shu' => [
    'type' => \Yunkeweb\ThinkphpFeiShuLog\FeiShu::class,
    'title' => '项目报警日志',
    'webhook' => '', // 飞书机器人 webhook 地址
    'secret_key' => '', // 安全设置签名校验 密钥
]