vbespalov / laravel-telegram
Telegram library for laravel
v1.0.1
2024-09-23 12:59 UTC
Requires
- php: ^8.1
- illuminate/http: ^10.0
- illuminate/support: ^10.0
- spatie/laravel-data: ^4.0
- spatie/laravel-package-tools: ^1.9.2
README
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()