Download the PHP package chriswest101/paynow without Composer
On this page you can find all versions of the php package chriswest101/paynow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chriswest101/paynow
More information about chriswest101/paynow
Files in chriswest101/paynow
Package paynow
Short Description Easily generate a SG PayNow compliant QR code
License MIT
Homepage https://github.com/chriswest101/paynow
Informations about the package paynow
SG PayNow QR Code
Singapore Paynow QR Code generator for PHP.
Usage Instructions
1. Install via composer
2. Publish the assets
3. Add the using
4. Create PayNow QR Code
As encoded base64image
Dynamic
As paynow string
Static
As paynow string
Potential usecases:
Dynamically generating payment QR codes on e-commerce or donation pages that allow tracking of payments via reference codes.
Can be used in conjunction with Bank APIs to detect resolved payments.
To do
Incorporate QR generation into the PaynowQR class with logo / branding options
Credits
Original code referenced from: https://github.com/ThunderQuoteTeam/PaynowQR
See also:
Developed by Chris West (https://www.christophermwest.co.uk/)
Was looking around for various ways to implement dynamic SGQR codes for payment over PHP, however couldn't find any that worked.
Feel free to report any issues and feature requests!
All versions of paynow with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
simplesoftwareio/simple-qrcode Version dev-develop