hacktoolkit/php-htk
最新稳定版本:0.1.3
Composer 安装命令:
composer require hacktoolkit/php-htk
包简介
A set of convenience utils for PHP.
README 文档
README
Installation
composer require hacktoolkit/php-htk
How To Use
require 'vendor/autoload.php';
\Htk\Htk::init([
'SLACK_WEBHOOK_URL' => 'https://hooks.slack.com/services/your/slack/incoming-webhook-url'
]);
\Htk\Htk::slack_debug('hello world');
// To send to a different channel
\Htk\Htk::slack_debug('hello world', '#test');
See Also
- C# - https://github.com/hacktoolkit/csharp-htk
- PHP - https://github.com/hacktoolkit/php-htk
- Python (full) - https://github.com/hacktoolkit/python-htk
- Python (lite) - https://github.com/hacktoolkit/python-htk-lite
- Ruby - https://github.com/hacktoolkit/htk-rb
Authors and Maintainers
License
MIT
Releasing and Packaging
- Releasing is automatically done via GitHub Actions. See
.github/workflows/create-release.yml - Package information can be found at: https://packagist.org/packages/hacktoolkit/php-htk
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-11