thelhc/lhc-slack-bot

Laravel SlackBot Helper
10,464
Install
composer require thelhc/lhc-slack-bot
Latest Version:v1.3.2
PHP:~5.6|~7.0|~7.1|~7.2|~7.3
License:MIT
Last Updated:Apr 19, 2023
Links: GitHub  ·  Packagist
Maintainer: thelhc

Slack Bot

Latest Version on Packagist Software License Total Downloads

Install

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,

Configuration

First publish vendor configuration file using:

$ php artisan vendor:publish

Then modify your configuration in config/slack_bot.php

Usage

use SlackBot;

SlackBot::chat('hello world');

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.