Looking to hire Laravel developers? Try LaraJobs

laravel-telegram maintained by vbespalov

Description
Telegram library for laravel
Last update
2024/09/23 14:59 (dev-main)
License
Links
Downloads
355

Comments
comments powered by Disqus

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