Download the PHP package jahanzaibbahadur/laravel-telegram-bot without Composer
On this page you can find all versions of the php package jahanzaibbahadur/laravel-telegram-bot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jahanzaibbahadur/laravel-telegram-bot
More information about jahanzaibbahadur/laravel-telegram-bot
Files in jahanzaibbahadur/laravel-telegram-bot
Package laravel-telegram-bot
Short Description Package to integrate PHP Telegram Bot library in Laravel 6.x
License MIT
Homepage https://github.com/php-telegram-bot/laravel
Informations about the package laravel-telegram-bot
Telegram Bot Package for Laravel 6.x
This package helps easily integrate PHP Telegram Bot library in Laravel application.
Table of Contents
- Installation
- Usage
- TODO
- Troubleshooting
- Contributing
- License
- Credits
Installation
Install this package through Composer.
Edit your project's composer.json
file to require php-telegram-bot/laravel
Create composer.json file:
And run composer update
Or run a command in your command line:
composer require php-telegram-bot/laravel
Copy the package config and migrations to your project with the publish command:
php artisan vendor:publish --provider="PhpTelegramBot\Laravel\ServiceProvider"
After run migration command
php artisan migrate
In the config you have to specify Telegram API KEY
Usage
You can inject PhpTelegramBot\Laravel\PhpTelegramBotContract
in anywhere and use bot instance
For example:
More details about usage you can see on the PHP Telegram Bot docs: https://github.com/php-telegram-bot/core#instructions
TODO
write more tests
Troubleshooting
If you like living on the edge, please report any bugs you find on the php-telegram-bot/laravel issues page.
Contributing
Pull requests are welcome. See CONTRIBUTING.md for information.
License
Please see the LICENSE included in this repository for a full copy of the MIT license, which this project is licensed under.
Credits
Full credit list in CREDITS
All versions of laravel-telegram-bot with dependencies
illuminate/database Version ^6.0
illuminate/support Version ^6.0
longman/telegram-bot Version ^0.60