PHPackages                             tigusigalpa/telegram-wallet-php - 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. [Payment Processing](/categories/payments)
4. /
5. tigusigalpa/telegram-wallet-php

ActiveLibrary[Payment Processing](/categories/payments)

tigusigalpa/telegram-wallet-php
===============================

Complete PHP SDK for Telegram Wallet Pay API v1.2.0 with first-class Laravel support

v1.0.0(1mo ago)00MITPHPPHP ^8.1

Since Apr 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/tigusigalpa/telegram-wallet-php)[ Packagist](https://packagist.org/packages/tigusigalpa/telegram-wallet-php)[ RSS](/packages/tigusigalpa-telegram-wallet-php/feed)WikiDiscussions main Synced 1w ago

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

Telegram Wallet Pay PHP SDK
===========================

[](#telegram-wallet-pay-php-sdk)

[![Telegram wallet PHP/Laravel](https://camo.githubusercontent.com/83248b2ab35d070d3ebdaaeae28b6318303b799960727a6b91b24da7d3898464/68747470733a2f2f692e706f7374696d672e63632f59537377436758342f74656c656772616d2d77616c6c65742d7068702d62616e6e65722e6a7067)](https://camo.githubusercontent.com/83248b2ab35d070d3ebdaaeae28b6318303b799960727a6b91b24da7d3898464/68747470733a2f2f692e706f7374696d672e63632f59537377436758342f74656c656772616d2d77616c6c65742d7068702d62616e6e65722e6a7067)

[![PHP Version](https://camo.githubusercontent.com/73601ba2cd64cfe01ebbd5e087615d103ec3540fb12fce50beac2e9bd9e754b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f74696775736967616c70612f74656c656772616d2d77616c6c65742d706870)](https://packagist.org/packages/tigusigalpa/telegram-wallet-php)[![License](https://camo.githubusercontent.com/4dc895d1d49ead46f7689ba910dc3e5b5475feef9b37bb9adf7764c5913e6e2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f74696775736967616c70612f74656c656772616d2d77616c6c65742d706870)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/d23d63d381a363c920466769fcf5e870bb118087ef3fff17508749b3a9c262b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696775736967616c70612f74656c656772616d2d77616c6c65742d706870)](https://packagist.org/packages/tigusigalpa/telegram-wallet-php)

Accept crypto payments in your PHP app or Laravel project. This SDK wraps the [Telegram Wallet Pay](https://pay.wallet.tg/) API, letting your users pay with TON, USDT, BTC, and NOT — right inside Telegram.

> 📖 **[Full documentation available on Wiki](https://github.com/tigusigalpa/telegram-wallet-php/wiki)**

Why This Package?
-----------------

[](#why-this-package)

Building a Telegram bot with payments? We've got you covered:

- **Laravel-first** — Service Provider, Facade, Middleware out of the box
- **Works anywhere** — Use standalone in any PHP 8.1+ project
- **Secure webhooks** — HMAC-SHA256 signature verification built-in
- **Type-safe** — Modern PHP with enums, DTOs, and typed exceptions
- **Tested** — Comprehensive test suite you can trust

Installation
------------

[](#installation)

Install via Composer:

```
composer require tigusigalpa/telegram-wallet-php
```

### Requirements

[](#requirements)

- PHP 8.1 or higher
- `ext-json` extension
- Laravel 9.x, 10.x, 11.x, 12.x, or 13.x (optional, for Laravel integration)

Quick Start
-----------

[](#quick-start)

Here's how simple it is to create a payment:

```
