antkwok/fpshk-qrcontent

Hong Kong FPS QrCode content

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

This package is auto-updated.

Last update: 2025-07-22 09:01:55 UTC


README

Hong Kong FPS QrCode content

Install

Require this package with composer using the following command:

composer require antkwok/fpshk-qrcontent

Usage

// 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();