andrewlevvv23/ox-tech-telegram
Composer 安装命令:
composer require andrewlevvv23/ox-tech-telegram
包简介
A laravel facade to interact with Telegram Bots
README 文档
README
OX Tech Telegram is a Laravel package for fluently interacting with Telegram Bots made by OX-Technology
Telegram::message($shat_id, 'This is great packages!')->send();
Installation
You can install the package via composer:
composer require andrewlevvv23/ox-tech-telegram
Next, publish the configuration file telegram.php, and specify bot_token and chat_id in it.
php artisan ox-tech-telegram:publish-config or php artisan vendor:publish --tag=config
Usage & The source of the package
After a new bot is created and added to a chat/group/channel (as described in our documentation),
the Telegram facade can be used to easily send messages and interact with it:
An extensive documentation is available at
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-05