Download the PHP package nextqs/bacon-qr-code without Composer
On this page you can find all versions of the php package nextqs/bacon-qr-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bacon-qr-code
QR Code generator
Introduction
BaconQrCode is a port of QR code portion of the ZXing library. It currently only features the encoder part, but could later receive the decoder part as well.
As the Reed Solomon codec implementation of the ZXing library performs quite slow in PHP, it was exchanged with the implementation by Phil Karn.
Example usage
Available image renderer back ends
BaconQrCode comes with multiple back ends for rendering images. Currently included are the following:
ImagickImageBackEnd
: renders raster images using the Imagick librarySvgImageBackEnd
: renders SVG files using XMLWriterEpsImageBackEnd
: renders EPS files
All versions of bacon-qr-code with dependencies
PHP Build Version
Package Version
Requires
ext-iconv Version
*
php Version >=7.3
php Version >=7.3
The package nextqs/bacon-qr-code contains the following files
Loading the files please wait ....