muktar-sayedsaleh / zakat-tlv-generator
A PHP package that implements the e-invoice QR code signature requirements as designed by the Zakat authority of Saudi Arabia.
Fund package maintenance!
MukhtarSayedSaleh
Installs: 3 029
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 3
pkg:composer/muktar-sayedsaleh/zakat-tlv-generator
This package is auto-updated.
Last update: 2025-12-22 14:15:14 UTC
README
A PHP package that implements the e-invoice QR code signature requirements as designed by the Zakat authority of Saudi Arabia.
How to install?
composer require muktar-sayedsaleh/zakat-tlv-generator
How to use?
use MuktarSayedSaleh\ZakatTlv\Encoder; $encoder = new Encoder(); $qr_signature = $encoder->encode( "Axis Inspection - Sparehub", "1234567890", null, 10000, 150 ); // Use the signature to render your QR image!
Notes:
- If you pass the third parameter as null, the package will assume that we're passing the current time stamp. Otherwise you may pass your own timestamp as a string.