Download the PHP package lermal/laravel-telegram-bot without Composer
On this page you can find all versions of the php package lermal/laravel-telegram-bot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lermal/laravel-telegram-bot
More information about lermal/laravel-telegram-bot
Files in lermal/laravel-telegram-bot
Download lermal/laravel-telegram-bot
More information about lermal/laravel-telegram-bot
Files in lermal/laravel-telegram-bot
Vendor lermal
Package laravel-telegram-bot
Short Description Laravel package for Telegram Bot API interactions with webhook and polling support.
License MIT
Homepage https://github.com/lermal/laravel-telegram-bot
Package laravel-telegram-bot
Short Description Laravel package for Telegram Bot API interactions with webhook and polling support.
License MIT
Homepage https://github.com/lermal/laravel-telegram-bot
Please rate this library. Is it a good library?
Informations about the package laravel-telegram-bot
lermal/laravel-telegram-bot
Laravel package for Telegram Bot API with webhook and polling support.
Language: English | Русский
Features
- Telegram API client with typed methods and raw API calls.
- Webhook mode with secret validation.
- Polling mode with retries, backoff,
--max-iterations, and--stop-when-empty. - Update dispatcher with handler pipeline.
- Built-in anti-spam for repeated chat commands.
- Telemetry events for polling and update processing lifecycle.
Quick start
Then configure handlers in config/telegram.php.
Requirements
- PHP 8.3+
- Laravel 13+
Main commands
php artisan telegram:webhook:set {url?}php artisan telegram:webhook:infophp artisan telegram:webhook:delete {--drop-pending-updates}php artisan telegram:poll {--once} {--max-iterations=} {--stop-when-empty}php artisan telegram:install
Documentation
Detailed setup, architecture notes, examples, and troubleshooting are in wiki: https://github.com/lermal/laravel-telegram-bot/wiki
Support
- Issues: https://github.com/lermal/laravel-telegram-bot/issues
- Source: https://github.com/lermal/laravel-telegram-bot
Tests
License
MIT
All versions of laravel-telegram-bot with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
illuminate/support Version ^13.0
illuminate/http Version ^13.0
illuminate/console Version ^13.0
illuminate/support Version ^13.0
illuminate/http Version ^13.0
illuminate/console Version ^13.0
The package lermal/laravel-telegram-bot contains the following files
Loading the files please wait ...