Download the PHP package znmin/laravel-madeline-proto without Composer
On this page you can find all versions of the php package znmin/laravel-madeline-proto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download znmin/laravel-madeline-proto
More information about znmin/laravel-madeline-proto
Files in znmin/laravel-madeline-proto
Package laravel-madeline-proto
Short Description A third party Telegram client library danog/MadelineProto wrapper for Laravel
License AGPL-3.0-only
Informations about the package laravel-madeline-proto
Laravel MadelineProto
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.
Thanks To
Bryan Ramaputra for helping me to write readable documentations.
All versions of laravel-madeline-proto with dependencies
danog/madelineproto Version ^8.0
illuminate/support Version ^8.0|^9.0
illuminate/console Version ^8.0|^9.0
illuminate/database Version ^8.0|^9.0