Download the PHP package gearosv2/paynow without Composer
On this page you can find all versions of the php package gearosv2/paynow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gearosv2/paynow
More information about gearosv2/paynow
Files in gearosv2/paynow
Package paynow
Short Description Easily generate a SG PayNow compliant QR code
License MIT
Homepage https://github.com/gearosv2/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. It can be used in open source invoicing system Invoice Ninja.
Credits
Original code referenced from: https://github.com/ThunderQuoteTeam/PaynowQR
PHP library and composer from Chris West https://github.com/chriswest101/paynow
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 within the Lavarel system that is being used to developer Invoice Ninja. I found Chris's work and worked on it to get it working.
Feel free to report any issues and feature requests!
All versions of paynow with dependencies
illuminate/support Version ^7.0|^8.0|^9.0
simplesoftwareio/simple-qrcode Version >=3.0.0|^4.0