csnntrt/icq-bot
Composer 安装命令:
composer require csnntrt/icq-bot
包简介
A Composer for ICQ BOT | Message Sender
README 文档
README
features
- Fast sending message
Installation
composer require csnntrt/icq-bot
Usage
Require the autoload:
require 'vendor/autoload.php';
Use the namespace
use Csnntrt\IcqBot\Bot;
Sending with the Sender
$bot = new Icq('Icq Token', 'https://api.icq.net/bot/v1'); $bot->sendText('ChatId', 'Example Message');
Message Response
Message was sent successfully
License
MIT
Happy Sending!
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-13