2017 © Pedro Peláez
 

library lhc-slack-bot

Laravel SlackBot Helper

image

thelhc/lhc-slack-bot

Laravel SlackBot Helper

  • Thursday, January 25, 2018
  • by thelhc
  • Repository
  • 3 Watchers
  • 0 Stars
  • 6,240 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 22 % Grown

The README.md

Slack Bot

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

Install

Via Composer, (*2)

``` bash $ composer require thelhc/lhc-slack-bot, (*3)


After installing, add the ServiceProvider to the providers array in `config/app.php.`

TheLHC\SlackBot\SlackBotServiceProvider::class, (*4)


And add the Facade to the aliases array

'SlackBot' => TheLHC\SlackBot\Facades\SlackBot::class,, (*5)


## Configuration First publish vendor configuration file using: ``` bash $ php artisan vendor:publish

Then modify your configuration in config/slack_bot.php, (*6)

Usage

``` php use SlackBot;, (*7)

SlackBot::chat('hello world');, (*8)


## Testing ``` bash $ composer test

License

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

The Versions

13/12 2016

v1.0.3

1.0.3.0

Laravel SlackBot Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Kaczmarek

13/12 2016

v1.0.2

1.0.2.0

Laravel SlackBot Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Kaczmarek

13/12 2016

v1.0.1

1.0.1.0

Laravel SlackBot Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Kaczmarek

13/12 2016

v1.0.0

1.0.0.0

Laravel SlackBot Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Kaczmarek