Skip to content

ZED-Magdy/qrCodeService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zatca Qr code microservice

Best choice if you have multiple projects that requires zatca qr code

created using SlimPhp , SallaApp / ZATCA and Symfony Validator

Installing and using

composer install
php -S localhost:8000 -t .

this service requires 5 parameters in the request

POST / HTTP/1.1
Content-Type: application/json
Accept: application/json # or text/html for qr code rendered image
Request-Body: 
{
    "SellerName": "test seller",
    "taxRecord": "123456cas",
    "bookingDate": "2021-12-31 04:31 PM",
    "total": 55.25,
    "vat": 7.20
}

Deploy

Copy project folder into your host, do the installation as shown, and you are done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages