Download the PHP package lambq/laravel-madeline-proto without Composer
On this page you can find all versions of the php package lambq/laravel-madeline-proto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lambq/laravel-madeline-proto
More information about lambq/laravel-madeline-proto
Files in lambq/laravel-madeline-proto
Package laravel-madeline-proto
Short Description A third party Telegram client library danog/MadelineProto wrapper for Laravel
License MIT
Homepage https://github.com/lambq/laravel-madeline-proto
Informations about the package laravel-madeline-proto
Laravel MadelineProto
A third party Telegram client library danog/MadelineProto wrapper for Laravel.
Notes:
This is a forked package from setiawanhu/laravel-madeline-proto, I upgrade it to latest version, and re-published it
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.