vbespalov/laravel-telegram

Telegram library for laravel

Installs: 289

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vbespalov/laravel-telegram

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

This package is auto-updated.

Last update: 2026-01-23 15:58:47 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()