dontgiveafish/yellow-plane-sdk
Composer 安装命令:
composer require dontgiveafish/yellow-plane-sdk
包简介
Yellow Plane SDK
README 文档
README
Yellow plane is a telegram bot that is designed to broadcast messages to the different teams.
To install SDK with Composer run this command:
composer require dontgiveafish/yellow-plane-sdk
To broadcast a message use this simple interface:
use Dontgiveafish\YellowPlane; use GuzzleHttp\Client as Guzzle; $plane = new YellowPlane\Client(new Guzzle(), 'http://bot-gateway.org/v1', 'team'); $plane->broadcast('Hello world!');
References
Yellow plane backend and infrastructure: https://github.com/dontgiveafish/yellow-plane-telegram-bot
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-25