philpm / yii2-dingtalk-robot
使用钉钉群聊机器人做为target
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/philpm/yii2-dingtalk-robot
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-10-08 23:53:45 UTC
README
使用钉钉机器人api作为yii2-log的target
Installation
1. 使用composer require安装
php composer.phar require --prefer-dist philpm/yii2-dingtalk-robot "0.0.1"
2. 添加依赖到composer.json文件
"philpm/yii2-dingtalk-robot": "0.0.1"
Usage
.... 'components' => [ 'log' => [ 'targets' => [ [ 'class' => 'phil\dingtalk\Target', 'levels' => ['error', 'warning'], 'categories' => ['api', 'app'], 'except' => [ 'yii\web\HttpException:404', ], ], ] ....
Testing
TODO