antkwok/fpshk-qrcontent

香港FPS二维码内容

v1.0.3 2019-05-08 11:01 UTC

This package is auto-updated.

Last update: 2024-09-19 17:51:38 UTC


README

香港FPS二维码内容

安装

使用以下命令使用composer安装此包:

composer require antkwok/fpshk-qrcontent

使用方法

// use autoload when you use composer
include_once __DIR__ . '/../src/ContentGenerator.php';

use AntKwok\FPSHKQrContent\ContentGenerator;

// temporary support FPS Id only, will support later 
$obj = new ContentGenerator("4231197", 10);
//$obj->setBillNumber(1234);
//$obj->setCustomerLabel("I'm fool");
//$obj->setMobileNumber("91530123");
//$obj->setReferenceLabel("028-2-044981");
echo $obj->generateQrCodeContent();