Skip to content

killworm737/QrcodeInvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QrcodeInvoice

新版二代電子發票加解密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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages