PHPackages                             moonshine/telegram-mini-app - 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. [Admin Panels](/categories/admin)
4. /
5. moonshine/telegram-mini-app

ActiveLibrary[Admin Panels](/categories/admin)

moonshine/telegram-mini-app
===========================

MoonShine Telegram MiniApp integration

0.2.1(5mo ago)4411MITPHPPHP ^8.2

Since Nov 5Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/moonshine-software/telegram-mini-app)[ Packagist](https://packagist.org/packages/moonshine/telegram-mini-app)[ Docs](https://getmoonshine.app)[ RSS](/packages/moonshine-telegram-mini-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

### Telegram MiniApp integration for MoonShine

[](#telegram-miniapp-integration-for-moonshine)

Requirements
------------

[](#requirements)

- MoonShine 3+
- Laravel 10+
- PHP 8.2+

#### Installation

[](#installation)

```
composer require moonshine/telegram-mini-app
```

```
php artisan vendor:publish --provider="MoonShine\TlgMiniApp\Providers\TlgMiniAppServiceProvider"
```

Configure your bot token in .env

```
TELEGRAM_BOT_TOKEN=
```

To disable vertical swipe, add a parameter (default is false) to .env

```
DISABLE_VERTICAL_SWITCHES=
```

Using the plugin requires the telegram\_id field to be present in the table used to store users. If the default table (moonshine\_users) is used, then simply running migrations is sufficient.

```
php artisan migrate
```

If you are using a non-standard table, you need to find the migration [2025\_10\_31\_144332\_add\_telegram\_id\_to\_moonshine\_users.php](database/migrations/2025_10_31_144332_add_telegram_id_to_moonshine_users.php) and replace the name of the moonshine\_users table with the one you are using.

#### Usage

[](#usage)

#### Set MiniApp url

[](#set-miniapp-url)

&lt;YOUR\_HOST&gt;/&lt;MOONSHINE\_ROUTE\_PREFIX&gt;/telegram-startapp

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance71

Regular maintenance activity

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~11 days

Total

3

Last Release

163d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1861327?v=4)[Danil Shutsky](/maintainers/lee-to)[@lee-to](https://github.com/lee-to)

---

Top Contributors

[![lee-to](https://avatars.githubusercontent.com/u/1861327?v=4)](https://github.com/lee-to "lee-to (3 commits)")

---

Tags

laraveldashboardadmintelegrammoonshineminiapp

### Embed Badge

![Health badge](/badges/moonshine-telegram-mini-app/health.svg)

```
[![Health](https://phpackages.com/badges/moonshine-telegram-mini-app/health.svg)](https://phpackages.com/packages/moonshine-telegram-mini-app)
```

PHPackages © 2026

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