Download the PHP package devability/laravel-madeline-proto without Composer
On this page you can find all versions of the php package devability/laravel-madeline-proto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devability/laravel-madeline-proto
More information about devability/laravel-madeline-proto
Files in devability/laravel-madeline-proto
Download devability/laravel-madeline-proto
More information about devability/laravel-madeline-proto
Files in devability/laravel-madeline-proto
Vendor devability
Package laravel-madeline-proto
Short Description A third party Telegram client library danog/MadelineProto wrapper for Laravel
License AGPL-3.0-only
Package laravel-madeline-proto
Short Description A third party Telegram client library danog/MadelineProto wrapper for Laravel
License AGPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package laravel-madeline-proto
Laravel Madeline Proto
A third party Telegram client library danog/MadelineProto wrapper for Laravel.
Getting Started
Add the laravel-madeline-proto to the project dependency:
Then publish the telegram.php
config file:
Set up the Telegram API key by providing env variables:
This wrapper package supports for running both single / multiple telegram account.
Dig Deeper
Please check wiki for more details about laravel-madeline-proto usage
Notes
-
This wrapper package is still not wrapping all the apis yet, I'm still focusing on wrapping the messages api.
- If you can't find the method that you want in Messages facade or need to use the default danog/MadelineProto api, you might want to use
MadelineProto::getClient()
facade method. It will returndanog\MadelineProto\API
object where you can call all the method provided by the danog/MadelineProto library.
All versions of laravel-madeline-proto with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
danog/madelineproto Version ^5.1
illuminate/support Version ^6.0
illuminate/console Version ^6.0
illuminate/database Version ^6.0
danog/madelineproto Version ^5.1
illuminate/support Version ^6.0
illuminate/console Version ^6.0
illuminate/database Version ^6.0
The package devability/laravel-madeline-proto contains the following files
Loading the files please wait ....