PHPackages                             setiawanhu/laravel-madeline-proto - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. setiawanhu/laravel-madeline-proto

ActiveLibrary

setiawanhu/laravel-madeline-proto
=================================

A third party Telegram client library danog/MadelineProto wrapper for Laravel

1.3.0(4y ago)515.2k47[4 issues](https://github.com/setiawanhu/laravel-madeline-proto/issues)[1 PRs](https://github.com/setiawanhu/laravel-madeline-proto/pulls)AGPL-3.0-onlyPHPPHP ^7.4|^8.0

Since Jul 9Pushed 3y ago3 watchersCompare

[ Source](https://github.com/setiawanhu/laravel-madeline-proto)[ Packagist](https://packagist.org/packages/setiawanhu/laravel-madeline-proto)[ RSS](/packages/setiawanhu-laravel-madeline-proto/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

Laravel MadelineProto
=====================

[](#laravel-madelineproto)

[![Latest Stable Version](https://camo.githubusercontent.com/560999d43f0a90f9e4fba2dff39bc0bc03012a8e3fcfedd88ae0943dfc47018d/68747470733a2f2f706f7365722e707567782e6f72672f736574696177616e68752f6c61726176656c2d6d6164656c696e652d70726f746f2f76)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)[![Total Downloads](https://camo.githubusercontent.com/85c17c085b1f4a99d0cc07a8670eb0e6cd66a6dfb3a784df2136a4feb7f1500d/68747470733a2f2f706f7365722e707567782e6f72672f736574696177616e68752f6c61726176656c2d6d6164656c696e652d70726f746f2f646f776e6c6f616473)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)[![License](https://camo.githubusercontent.com/58d23f293e9fdb3295ed99c252baaecb0f5627698456e68cc76f65c276a84d97/68747470733a2f2f706f7365722e707567782e6f72672f736574696177616e68752f6c61726176656c2d6d6164656c696e652d70726f746f2f6c6963656e7365)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)

A third party Telegram client library [danog/MadelineProto](https://github.com/danog/MadelineProto) wrapper for Laravel.

Getting Started
===============

[](#getting-started)

Add the laravel-madeline-proto to the project dependency:

```
composer require setiawanhu/laravel-madeline-proto
```

Then publish the `telegram.php` config file:

```
php artisan vendor:publish --provider="Hu\MadelineProto\MadelineProtoServiceProvider"
```

Set up the Telegram API key by providing env variables:

```
MP_TELEGRAM_API_ID=... //your telegram api id here
MP_TELEGRAM_API_HASH=... //your telegram api hash here
```

This wrapper package supports for running both [single](https://github.com/setiawanhu/laravel-madeline-proto/wiki/Single-Telegram-Account) / [multiple](https://github.com/setiawanhu/laravel-madeline-proto/wiki/Multiple-Telegram-Account) telegram account.

Dig Deeper
----------

[](#dig-deeper)

Please check [wiki](https://github.com/setiawanhu/laravel-madeline-proto/wiki) for more details about laravel-madeline-proto usage

Notes
=====

[](#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 return `danog\MadelineProto\API` object where you can call all the method provided by the [danog/MadelineProto](https://github.com/danog/MadelineProto) library.

Thanks To
=========

[](#thanks-to)

[Bryan Ramaputra](https://github.com/Ordinal43) for helping me to write readable documentations.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 98% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Recently: every ~95 days

Total

10

Last Release

1657d ago

Major Versions

v0.1.0 → 1.0.02020-08-12

PHP version history (2 changes)v0.1.0PHP ^7.4

1.2.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7372842d849325b355cb714aa272e40a07c091d169deaaacb178796865cd332?d=identicon)[setiawanhu](/maintainers/setiawanhu)

---

Top Contributors

[![setiawanhu](https://avatars.githubusercontent.com/u/27731265?v=4)](https://github.com/setiawanhu "setiawanhu (50 commits)")[![danog](https://avatars.githubusercontent.com/u/7339644?v=4)](https://github.com/danog "danog (1 commits)")

---

Tags

laravelmadeline-prototelegramlaraveltelegrammadeline-proto

### Embed Badge

![Health badge](/badges/setiawanhu-laravel-madeline-proto/health.svg)

```
[![Health](https://phpackages.com/badges/setiawanhu-laravel-madeline-proto/health.svg)](https://phpackages.com/packages/setiawanhu-laravel-madeline-proto)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
