Download the PHP package moonshine/telegram-mini-app without Composer
On this page you can find all versions of the php package moonshine/telegram-mini-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package telegram-mini-app
Telegram MiniApp integration for MoonShine
Requirements
- MoonShine 3+
- Laravel 10+
- PHP 8.2+
Installation
Configure your bot token in .env
To disable vertical swipe, add a parameter (default is false) to .env
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.
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 and replace the name of the moonshine_users table with the one you are using.
Usage
Set MiniApp url
All versions of telegram-mini-app with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package moonshine/telegram-mini-app contains the following files
Loading the files please wait ...