andrewlevvv23 / ox-tech-telegram
A laravel facade to interact with Telegram Bots
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andrewlevvv23/ox-tech-telegram
Requires
- php: ^8.0
- illuminate/contracts: ^8.37 | ^9.0 | ^10.0
- illuminate/http: ^8.37 | ^9.0 | ^10.00
- illuminate/support: ^8.37 | ^9.0 | ^10.0
- spatie/laravel-package-tools: ^1.12.1
This package is auto-updated.
Last update: 2025-10-07 08:50:45 UTC
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