Download the PHP package alexvkokin/telegram-mini-app-validation without Composer
On this page you can find all versions of the php package alexvkokin/telegram-mini-app-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexvkokin/telegram-mini-app-validation
More information about alexvkokin/telegram-mini-app-validation
Files in alexvkokin/telegram-mini-app-validation
Download alexvkokin/telegram-mini-app-validation
More information about alexvkokin/telegram-mini-app-validation
Files in alexvkokin/telegram-mini-app-validation
Vendor alexvkokin
Package telegram-mini-app-validation
Short Description Validating InitData received via the Mini App
License
Package telegram-mini-app-validation
Short Description Validating InitData received via the Mini App
License
Please rate this library. Is it a good library?
Informations about the package telegram-mini-app-validation
PHP Library for Validating Telegram Mini App Users
This PHP library provides functionality for validating users of Telegram Mini Apps based on the initData
string sent to the backend by the Telegram Web App. The validation process ensures the integrity of the received data using Telegram's guidelines.
Installation
To install the library, use Composer:
How It Works
The library performs the following steps:
- Parse and decode the
initData
string received in the request. - Validate the hash using the bot token and the received data.
- Resolve the user data into a structured
WebAppUser
object if the validation is successful.
Code Example
Backend Implementation
Here's how you can use the library in your backend application:
Frontend Example
On the frontend, you can send a request to the backend as follows:
Resources
All versions of telegram-mini-app-validation with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package alexvkokin/telegram-mini-app-validation contains the following files
Loading the files please wait ....