hacktoolkit/php-htk

PHP的便利工具集。

0.1.3 2021-10-11 10:40 UTC

This package is auto-updated.

Last update: 2024-09-17 08:08:03 UTC


README

安装

composer require hacktoolkit/php-htk

如何使用

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');

另请参阅

作者和维护者

许可证

MIT

发布和打包