PHPackages                             akostdev/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. akostdev/laravel-madeline-proto

ActiveLibrary[API Development](/categories/api)

akostdev/laravel-madeline-proto
===============================

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

1.0.0(2y ago)25.0kAGPL-3.0-onlyPHPPHP ^8.2

Since Apr 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/AkostDev/laravel-madeline-proto)[ Packagist](https://packagist.org/packages/akostdev/laravel-madeline-proto)[ RSS](/packages/akostdev-laravel-madeline-proto/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

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

[](#laravel-madelineproto)

[![Latest Stable Version](https://camo.githubusercontent.com/591cf23683e13b55be18440fd83b317341c344ace726dbf76267fa48b5994f51/68747470733a2f2f706f7365722e707567782e6f72672f616b6f73746465762f6c61726176656c2d6d6164656c696e652d70726f746f2f76)](//packagist.org/packages/akostdev/laravel-madeline-proto)[![Total Downloads](https://camo.githubusercontent.com/4c76ad88e68a0a8706b08f850bc3c7b92cdc25b5410ebcc5411c1bfb2790d2d0/68747470733a2f2f706f7365722e707567782e6f72672f616b6f73746465762f6c61726176656c2d6d6164656c696e652d70726f746f2f646f776e6c6f616473)](//packagist.org/packages/akostdev/laravel-madeline-proto)[![License](https://camo.githubusercontent.com/0a3244e27830dbfac7633c4c0a35f972f558c8320fe7835092771c7a5b95f076/68747470733a2f2f706f7365722e707567782e6f72672f616b6f73746465762f6c61726176656c2d6d6164656c696e652d70726f746f2f6c6963656e7365)](//packagist.org/packages/akostdev/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 akostdev/laravel-madeline-proto
```

Then publish the `madeline-proto.php` config file:

```
php artisan vendor:publish --provider="AkostDev\LaravelMadelineProto\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
```

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

5

Last Release

747d ago

Major Versions

v0.1.3 → 1.0.02024-05-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11013417?v=4)[Alexander Kostylev](/maintainers/akostdev)[@AkostDev](https://github.com/AkostDev)

---

Top Contributors

[![AkostDev](https://avatars.githubusercontent.com/u/11013417?v=4)](https://github.com/AkostDev "AkostDev (12 commits)")

---

Tags

laraveltelegrammadeline-proto

### Embed Badge

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

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

###  Alternatives

[exileed/telegram-bot-api

The Telegram Bot API PHP

1514.1k](/packages/exileed-telegram-bot-api)[ricardofontanelli/laravel-telegram

A simple and lightweight Laravel 4 and 5 wrapper to interact with Telegram Bot.

103.6k](/packages/ricardofontanelli-laravel-telegram)

PHPackages © 2026

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