| Package Data | |
|---|---|
| Maintainer Username: | thelhc |
| Maintainer Contact: | aaronmichaelmusic@gmail.com (Aaron Kaczmarek) |
| Package Create Date: | 2016-12-13 |
| Package Last Update: | 2023-04-19 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-10 03:09:41 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10,464 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 3 |
| Total Forks: | 0 |
| Total Open Issues: | 3 |
Via Composer
$ composer require thelhc/lhc-slack-bot
After installing, add the ServiceProvider to the providers array in config/app.php.
TheLHC\SlackBot\SlackBotServiceProvider::class
And add the Facade to the aliases array
'SlackBot' => TheLHC\SlackBot\Facades\SlackBot::class,
First publish vendor configuration file using:
$ php artisan vendor:publish
Then modify your configuration in config/slack_bot.php
use SlackBot;
SlackBot::chat('hello world');
$ composer test
The MIT License (MIT). Please see License File for more information.