Skip to content

Repository files navigation

php-htk

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

Authors and Maintainers

License

MIT

Releasing and Packaging

About

A set of convenience utils for PHP.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages