Download the PHP package thekdesign/fbots without Composer
On this page you can find all versions of the php package thekdesign/fbots. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package fbots
FBots
reference - BotMan
reference - Messenger
reference - Pages
開始使用 Getting Started
- 產生一個空的 laravel 專案
- new a laravel project
or
- 有一個 facebook developer 的帳號
-
have a facebook developer account
- 擁有一個 https 的網址 (推薦使用 heroku 部署)
- have a https web (recommend heroku)
必要條件 Prerequisites
- 確定你有一個 facebook developer 帳號,並新建一個應用程式
- make sure that you have a facebook developer account and create an application
安裝及設定 Install and Settings
到 .env 檔內新增三個設定值 add three values in .env
快速使用 Quick Start
安裝所有元件 install all
新增一個 Controller 再新增一個 function
new a Controller and new a function
Controller
Route
VerifyCsrfToken
reference - https://laravel.com/docs/5.5/csrf#csrf-excluding-uris
將你的route加入白名單
Excluding URIs From CSRF Protection
Messenger 設定 Messenger Settings
參考 https://developers.facebook.com/docs/messenger-platform
reference https://developers.facebook.com/docs/messenger-platform
功能說明 functions
詳細功能請查閱 https://botman.io/2.0/driver-facebook-messenger
reference https://botman.io/2.0/driver-facebook-messenger
聊天機器人
ChatBots
粉絲團
Pages
Deployment
Built With
Contributing
Versioning
Authors
- Kevin Xu - Initial work - ThekDesign
License
FBots is licensed under the MIT License - see the LICENSE file for details
All versions of fbots with dependencies
botman/botman Version ^2.1
botman/driver-facebook Version ^1.5
laravel/framework Version >=5.5.0