laravel-telegram maintained by vbespalov
Description
Telegram library for laravel
Author
Last update
2024/09/23 14:59
(dev-main)
License
Downloads
355
Tags
Telegram library for Laravel
Installation
Library requires:
- PHP 8.1 or higher
- Laravel 10.x or higher
You can install library via composer:
composer require vbespalov/laravel-telegram
Publishing config
Optionally, you can publish the package’s config file:
php artisan vendor:publish --provider="Vbespalov\LaravelTelegram\TelegramServiceProvider" --tag="telegram-config"
Usage
Simple example of usage:
Telegram::getMe()