LaravelPackages.net
Acme Inc.
Toggle sidebar
exileed/telegram-bot-api-laravel

The Telegram Bot API PHP Laravel integration

159
1
About exileed/telegram-bot-api-laravel

exileed/telegram-bot-api-laravel is a Laravel package for the telegram bot api php laravel integration. It currently has 1 GitHub stars and 159 downloads on Packagist. Install it with composer require exileed/telegram-bot-api-laravel. Discover more Laravel packages by exileed or browse all Laravel packages to compare alternatives.

Last updated

Telegram Bot API - PHP SDK - Laravel Integration

Telegram Bot API PHP SDK. Lets you develop Telegram Bots easily! Supports Laravel out of the box.

Build Status Latest Version Total Downloads

Install

Require this package with composer using the following command:

composer require exileed/telegram-bot-api-laravel

After updating composer, add the service provider to the providers array in config/app.php

Telegram\Bot\Laravel\TelegramServiceProvider::class,

Add facade to the aliases array in config/app.php

'Telegram' => Telegram\Bot\Laravel\Facades\Telegram::class

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider and Facade.

Documentation

@Todo

License

This project is released under the [BSD 3-Clause][link-license] License.

Star History Chart