PHPackages                             devability/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. [API Development](/categories/api)
4. /
5. devability/laravel-madeline-proto

ActiveLibrary[API Development](/categories/api)

devability/laravel-madeline-proto
=================================

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

1.0.4(5y ago)06AGPL-3.0-onlyPHPPHP ^7.4

Since Jul 9Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (4)Versions (8)Used By (0)

Laravel Madeline Proto
======================

[](#laravel-madeline-proto)

[![Latest Stable Version](https://camo.githubusercontent.com/8d69990f008e21e2c7c9116700d3cd0b05918c672ed151095db395a1779bcff1/68747470733a2f2f706f7365722e707567782e6f72672f6465766162696c6974792f6c61726176656c2d6d6164656c696e652d70726f746f2f76)](//packagist.org/packages/devability/laravel-madeline-proto)[![Total Downloads](https://camo.githubusercontent.com/dd6d0bea723b2c7cc1b6597afe4c07f272fbfceefabe4882b909f68d56ca887f/68747470733a2f2f706f7365722e707567782e6f72672f6465766162696c6974792f6c61726176656c2d6d6164656c696e652d70726f746f2f646f776e6c6f616473)](//packagist.org/packages/devability/laravel-madeline-proto)[![License](https://camo.githubusercontent.com/e484ea51e57749dbcdbe72aa2f19cd1c3b64630ae63da7803346c032a46a18e5/68747470733a2f2f706f7365722e707567782e6f72672f6465766162696c6974792f6c61726176656c2d6d6164656c696e652d70726f746f2f6c6963656e7365)](//packagist.org/packages/devability/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 devability/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/devability/laravel-madeline-proto/wiki/Single-Telegram-Account) / [multiple](https://github.com/devability/laravel-madeline-proto/wiki/Multiple-Telegram-Account) telegram account.

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

[](#dig-deeper)

Please check [wiki](https://github.com/devability/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.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.9% 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 ~12 days

Recently: every ~7 days

Total

6

Last Release

2119d ago

Major Versions

v0.1.0 → 1.0.02020-08-12

### Community

Maintainers

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

---

Top Contributors

[![setiawanhu](https://avatars.githubusercontent.com/u/27731265?v=4)](https://github.com/setiawanhu "setiawanhu (31 commits)")[![devability](https://avatars.githubusercontent.com/u/70664759?v=4)](https://github.com/devability "devability (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M186](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M161](/packages/spatie-laravel-health)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k89.7k1](/packages/mike-bronner-laravel-model-caching)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.0k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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