vocolboy/promptpay-generator

This package is abandoned and no longer maintained. The author suggests using the vocolboy/php-emv-qrcode package instead.

Generate PromptPay/TrueMoney/VietQR/PayMaya QRCode

2.0.1 2023-06-14 09:51 UTC

This package is auto-updated.

Last update: 2024-04-01 08:28:43 UTC


README

Introduction

Support QRCode generator

  • TH ( TrueMoney / PromptPay )
  • VN ( VietQR )
  • PH ( GCash / PayMaya )

Install

composer require vocolboy/php-emv-qrcode

Usage

$promptpayId = '0912345678';
$amount = '100';

echo PromptPay::generate($promptpayId, $amount);
//00020101021229370016A000000677010111011300669123456785802TH53037645406100.00630492CB

$gcashId = 'DWQM4TK3JDO26GF27'
echo GCashLib::generate(payeeUserId: $gcashId);

Testing

./vendor/bin/pest