botman
2.6.1
如果您想学习如何自己创建可重用的 PHP 包,请观看我即将推出的 PHP 包开发视频课程。
BotMan 是一个与框架无关的 PHP 库,旨在简化为多个消息平台(包括 Slack、Telegram、Microsoft Bot Framework、Nexmo、HipChat、Facebook Messenger 和微信)开发创新机器人的任务。
$ botman -> hears ( ' I want cross-platform bots with PHP! ' , function ( BotMan $ bot ) {
$ bot -> reply ( ' Look no further! ' );
});
如果您想学习如何自己创建可重用的 PHP 包,请观看我即将推出的 PHP 包开发视频课程。
您可以在 https://botman.io 找到 BotMan 文档。
如果您要在独立的 Laravel 应用程序中安装 Botman,则可以使用以下命令发布配置文件:
php artisan vendor:publish --tag=config --provider="BotManBotManBotManServiceProvider"
你喜欢这个项目吗?通过捐赠来支持
详细信息请参阅贡献。
如果您发现 BotMan 中存在安全漏洞,请发送电子邮件至 Marcel Pociot([email protected])。所有安全漏洞都将得到及时解决。
BotMan 是根据 MIT 许可证条款分发的免费软件。