vbespalov/laravel-telegram

Telegram library for laravel

v1.0.1 2024-09-23 12:59 UTC

This package is auto-updated.

Last update: 2025-07-23 14:53:34 UTC


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()