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(1y ago)31202MITPHPPHP ^8.0

Since Jun 2Pushed 1y 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 yesterday

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

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

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

711d ago

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

1.1.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/53c7b44c6e0e6687d361e849f817ba17ef1815ca7973c6ffe70e7fa4655e02ec?d=identicon)[parsilver](/maintainers/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

[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[chartmogul/chartmogul-php

ChartMogul API PHP Client

181.4M](/packages/chartmogul-chartmogul-php)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73142.3k25](/packages/jaxon-php-jaxon-core)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)[php-heroku-client/php-heroku-client

A PHP client for the Heroku Platform API

24404.8k4](/packages/php-heroku-client-php-heroku-client)

PHPackages © 2026

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