ammarfaizi2/bot-telegram
Composer 安装命令:
composer require ammarfaizi2/bot-telegram
包简介
Bot Telegram
README 文档
README
unofficial telegram api wrapper php
Installation
composer install
Overviews
require __DIR__ . '/vendor/autoload.php'; use Telegram\Bot\Client; $bot = new Client('BOT_TOKEN'); $bot->sendMessage('hello world','1234'); // message, to
Release History
- 0.0.1
- Work in progress
License
Distributed under the GPL license. See LICENSE for more information.
Contributing
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-11
