BotMan

一个与框架无关的PHP库,用于构建聊天机器人。「A framework agnostic PHP library to build chat bots」

Github星跟蹤圖

Latest Version on Packagist
Build Status
codecov
Scrutinizer Code Quality
Packagist
StyleCI
Slack
Monthly Downloads

https://phppackagedevelopment.com

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.

About BotMan

BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bots for multiple messaging platforms, including Slack, Telegram, Microsoft Bot Framework, Nexmo, HipChat, Facebook Messenger and WeChat.

$botman->hears('I want cross-platform bots with PHP!', function (BotMan $bot) {
    $bot->reply('Look no further!');
});

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.

Documentation

You can find the BotMan documentation at https://botman.io.

Stand Alone Configuration

If you are installing Botman in a stand alone Laravel application, you can publish the configuration file with the following command:

php artisan vendor:publish --tag=config --provider="BotMan\BotMan\BotManServiceProvider"

Support the development

Do you like this project? Support it by donating

Contributing

Please see CONTRIBUTING for details.

0
1
2
3
4
5
6
7

Security Vulnerabilities

If you discover a security vulnerability within BotMan, please send an e-mail to Marcel Pociot at m.pociot@gmail.com. All security vulnerabilities will be promptly addressed.

License

BotMan is free software distributed under the terms of the MIT license.

概覽

名稱與所有者botman/botman
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
發布數72
最新版本名稱v2.8.3 (發布於 2024-03-13 08:59:56)
第一版名稱0.1.0 (發布於 )
創建於2016-08-05 12:41:48
推送於2024-03-13 08:00:14
最后一次提交2020-05-21 17:49:51
星數6k
關注者數184
派生數809
提交數1k
已啟用問題?
問題數965
打開的問題數11
拉請求數338
打開的拉請求數3
關閉的拉請求數72
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部