PHPackages                             farzai/truemoney-webhook - 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. farzai/truemoney-webhook

ActiveLibrary[API Development](/categories/api)

farzai/truemoney-webhook
========================

1.1.0(2y ago)31211MITPHPPHP ^8.0

Since Jun 2Pushed 2y agoCompare

[ Source](https://github.com/parsilver/truemoney-webhook-php)[ Packagist](https://packagist.org/packages/farzai/truemoney-webhook)[ Docs](https://github.com/parsilver/truemoney-webhook-php)[ GitHub Sponsors](https://github.com/parsilver)[ RSS](/packages/farzai-truemoney-webhook/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

Truemoney webhook gateway - PHP
===============================

[](#truemoney-webhook-gateway---php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f8501521b993fa1ed12bebc2990325fc88814af97c6e4b3d1f673e36f3b0d402/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661727a61692f747275656d6f6e65792d776562686f6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/farzai/truemoney-webhook)[![Tests](https://camo.githubusercontent.com/7364a49c4398d6087b4b7d54efcd344009ea76b53aa66e5d6f16b273631e344b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70617273696c7665722f747275656d6f6e65792d776562686f6f6b2d7068702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/parsilver/truemoney-webhook-php/actions/workflows/run-tests.yml)[![codecov](https://camo.githubusercontent.com/bcfd6bc9b0d4e74d0a2145daba943bd58b1523c60b855513419ee4e30af6a895/68747470733a2f2f636f6465636f762e696f2f67682f70617273696c7665722f747275656d6f6e65792d776562686f6f6b2d7068702f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/parsilver/truemoney-webhook-php)[![Total Downloads](https://camo.githubusercontent.com/d8db97caacfaac9a7960ba03cbc8269fc9145676a08c58bf4452368dcedc0255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661727a61692f747275656d6f6e65792d776562686f6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/farzai/truemoney-webhook)

ขอบคุณ [K'DearTanakorn](https://github.com/DearTanakorn)

เราได้ทำการ Fork มาจาก Repo: [DearTanakorn/truemoney-webhook-gateway](https://github.com/DearTanakorn/truemoney-webhook-gateway)

และให้ใช้งานร่วมกับ PHP Server ได้

---

### System Requirements

[](#system-requirements)

- PHP 8.0 or higher

### Setup

[](#setup)

```
$ composer require farzai/truemoney-webhook
```

### Get started

[](#get-started)

```
use Farzai\TruemoneyWebhook\Postman;

// New instance
$postman = new Postman([
   'secret' => 'your-secret-key',
]);

// Capture all data from incoming request
$data = $postman->capture();

// You can use $data to do anything you want.
// For example, you can get the data as Array
// @returned
// [
//    'event_type' => 'P2P',
//    'received_time' => '2022-01-31T13:02:23+0700',
//    'amount' => 100,
//    'sender_mobile' => '0988882222',
//    'message' => 'ค่าไอเทม',
//    'lat' => 1653538793,
// ]
$data->asArray();
```

Sometime, you may want to get some fields from incoming request. You can use `$data->field_name` to get the value of the field.

For example:

```
$data->event_type; // string
$data->amount; // int
$data->sender_mobile; // string
$data->message; // string
$data->lat; // int
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~726 days

Total

2

Last Release

764d ago

PHP version history (2 changes)1.0.0PHP ^7.3||^8.0

1.1.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4928451?v=4)[parsilver](/maintainers/parsilver)[@parsilver](https://github.com/parsilver)

---

Top Contributors

[![parsilver](https://avatars.githubusercontent.com/u/4928451?v=4)](https://github.com/parsilver "parsilver (14 commits)")[![DearTanakorn](https://avatars.githubusercontent.com/u/43856376?v=4)](https://github.com/DearTanakorn "DearTanakorn (6 commits)")

---

Tags

truemoneytruewallettruewallet-apiwebhook

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/farzai-truemoney-webhook/health.svg)

```
[![Health](https://phpackages.com/badges/farzai-truemoney-webhook/health.svg)](https://phpackages.com/packages/farzai-truemoney-webhook)
```

###  Alternatives

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M83](/packages/mollie-mollie-api-php)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.6k86.4k1](/packages/getgrav-grav)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)

PHPackages © 2026

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