killworm737/qrcode

v1.0.0 2016-11-04 21:13 UTC

This package is not auto-updated.

Last update: 2024-05-20 12:41:13 UTC


README

新版二代電子發票加解密API-1.1.1-1106 https://wwwtest.einvoice.nat.gov.tw/home/Article!showArticleDetail?articleId=1397550540158

Installation

composer require killworm737/qrcode

Use

use killworm737\qrcode\Qrcode;

$qrcodeClass = new Qrcode();

$aesKey = "C03458ECE7485C884AC42D3ED8198A4C";// input your aeskey
$invoiceNumAndRandomCode = "AA123456781234";// input your invoiceNumber And RandomCode
$qrcodeClass->aes128_cbc_encrypt($aesKey, $invoiceNumAndRandomCode);