ziya/telegram_proxy
Composer 安装命令:
composer require ziya/telegram_proxy
包简介
Package for proxying telegram bot without any webhook
README 文档
README
You can run and test your telegram bot without webhook and using XDebug
composer require ziya/telegram_proxy "^0.3"
Examples
<?php
require __DIR__ . '/vendor/autoload.php';
$bot_api_key = '<bot token>';
$url = '<url: ip address, domain name or your localhost>';
$proxy = new \ziya\Proxy\ProxyLoop($bot_api_key, $url);
$proxy->loop();
统计信息
- 总下载量: 246
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-04-13