thelhc/lhc-slack-bot
Composer 安装命令:
composer require thelhc/lhc-slack-bot
包简介
Laravel SlackBot Helper
README 文档
README
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.
统计信息
- 总下载量: 10.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-13