httd1/printmethods
最新稳定版本:v1.0.0
Composer 安装命令:
composer require httd1/printmethods
包简介
Json response to Telegram Webhook
README 文档
README
You may use this package with httd1/TelegramPhp
Installation
composer require httd1/PrintMethods
Example
use PrintMethods\PrintMethods; // Simulate sending a message PrintMethods::sendMessage([ 'chat_id' => 123456789, 'text' => 'Hello, world!' ]);
Output:
{
"method": "sendMessage",
"chat_id": 123456789,
"text": "Hello, world!"
}
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-09-14