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
所有者活动
创建于2016-08-05 12:41:48
推送于2024-10-21 09:59:13
最后一次提交2020-05-21 17:49:51
发布数76
最新版本名称v2.8.7 (发布于 2024-10-21 11:59:11)
第一版名称0.1.0 (发布于 )
用户参与
星数6.1k
关注者数180
派生数812
提交数1k
已启用问题?
问题数974
打开的问题数9
拉请求数340
打开的拉请求数2
关闭的拉请求数72
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?