Download the PHP package revolution/botman-chatwork without Composer
On this page you can find all versions of the php package revolution/botman-chatwork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download revolution/botman-chatwork
More information about revolution/botman-chatwork
Files in revolution/botman-chatwork
Informations about the package botman-chatwork
BotMan driver for ChatWork
ChatWork用のBotManドライバー。
https://go.chatwork.com/
https://botman.io/
Requirements
- PHP >= 7.1
- Laravel >= 5.5
Demo
- https://www.chatwork.com/g/botman
- https://github.com/kawax/botman-chatwork-project
https://botman.kawax.biz/
Installation
BotMan Studio
Create new project by BotMan Studio
https://botman.io/2.0/botman-studio
https://github.com/botman/studio
Composer
config/botman/chatwork.php
.env
app/Providers/BotMan/DriverServiceProvider.php
Set ChatWorkRoomDriver or ChatWorkAccountDriver or both.
ここで設定したドライバーが有効化される。
Webhook
アカウントイベント
と ルームイベント
用にWebhookを2つ作成する。
https://www.chatwork.com/service/packages/chatwork/subpackages/api/token.php
- アカウントイベントは
ご自身へのメンション
をチェック。 - ルームイベントは
メッセージ作成
をチェック。更新は非対応。ルームIDも入力。
どちらもトークンを .env
で設定。
APIトークン
メッセージの投稿に必要なAPIトークン。 https://www.chatwork.com/service/packages/chatwork/subpackages/api/token.php
Use another API Token
Supported Features
Basic hears-reply only.
LICENSE
MIT
Copyright kawax
All versions of botman-chatwork with dependencies
ext-json Version *
botman/botman Version ^2.0
guzzlehttp/guzzle Version ^6.2
illuminate/support Version ^5.5 || ^6.0