2017 © Pedro Peláez
 

library php-promptpay-qr

PHP Library to generate QR Code payload for PromptPay

image

kittinan/php-promptpay-qr

PHP Library to generate QR Code payload for PromptPay

  • Friday, February 23, 2018
  • by kittinan
  • Repository
  • 3 Watchers
  • 11 Stars
  • 149 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 8 Versions
  • 18 % Grown

The README.md

php-promptpay-qr

Build Status Code Coverage Scrutinizer Code Quality License: MIT, (*1)

PHP Library to generate QR Code payload for PromptPay inspired from dtinth/promptpay-qr, (*2)

Requirement

Composer

This package available on Packagist, Install the latest version with composer, (*3)

composer require kittinan/php-promptpay-qr

Usage

$pp = new \KS\PromptPay();

//Generate PromptPay Payload
$target = '0899999999';
echo $pp->generatePayload($target); 
//00020101021129370016A000000677010111011300668999999995802TH53037646304FE29

//Generate PromptPay Payload With Amount
$target = '089-999-9999';
$amount = 420;
echo $pp->generatePayload($target, $amount);
//00020101021229370016A000000677010111011300668999999995802TH53037645406420.006304CF9E

//Generate QR Code PNG file
$target = '1-2345-67890-12-3';
$savePath = '/tmp/qrcode.png';
$pp->generateQrCode($savePath, $target);

//Generate QR Code With Amount
$amount = 420;
$pp->generateQrCode($savePath, $target, $amount);

//Set QR Code Size Pixel
$width = 1000;
$pp->generateQrCode($savePath, $target, $amount, $width);

Sample Generated PromptPay QR Code

, (*4)

Contributing

Feel free to contribute on this project, I will be happy to work with you., (*5)

License

The MIT License (MIT), (*6)

The Versions

23/02 2018

dev-master

9999999-dev

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

23/02 2018

0.1.5

0.1.5.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

14/02 2018

0.1.4

0.1.4.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

14/02 2018

dev-dev-test

dev-dev-test

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

04/09 2017

0.1.3

0.1.3.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

02/09 2017

0.1.2

0.1.2.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

02/09 2017

0.1.1

0.1.1.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay

02/09 2017

0.1

0.1.0.0

PHP Library to generate QR Code payload for PromptPay

  Sources   Download

MIT

The Requires

 

The Development Requires

promptpay