Skip to content

สร้าง PromptPay QR ด้วยภาษา PHP

Notifications You must be signed in to change notification settings

DJdai/PromptPay-QR-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptPay-QR-generator

ไลบารี่ใช้สร้าง PromptPay QR สำหรับจ่ายเงินผ่าน QR code รองรับการตั้ง PromptPay ID ทั้งหมายเลขบัตรประจำตัวประชาชน และเบอร์โทรศัพท์

ตัวอย่าง

<?Php
require_once("lib/PromptPayQR.php");

$PromptPayQR = new PromptPayQR(); // new object
$PromptPayQR->size = 8; // Set QR code size to 8
$PromptPayQR->id = '0841079779'; // PromptPay ID
$PromptPayQR->amount = 200.25; // Set amount (not necessary)
echo '<img src="' . $PromptPayQR->generate() . '" />';

ไลบารี่ที่ใช้ร่วม

ลิขสิทธิ์การใช้งาน

ผู้จัดทำอนุญาตให้นำไปใช้งาน และแจกจ่ายได้โดยคงไว้ซึ่งที่มาของเนื้อหา ห้ามมีให้นำไปใช้งานในเชิงพาณีย์โดยตรง เช่น การนำไปจำหน่าย

About

สร้าง PromptPay QR ด้วยภาษา PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%