Download the PHP package slava-basko/bacon-qr-code without Composer
On this page you can find all versions of the php package slava-basko/bacon-qr-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slava-basko/bacon-qr-code
More information about slava-basko/bacon-qr-code
Files in slava-basko/bacon-qr-code
Download slava-basko/bacon-qr-code
More information about slava-basko/bacon-qr-code
Files in slava-basko/bacon-qr-code
Vendor slava-basko
Package bacon-qr-code
Short Description BaconQrCode is a QR code generator for PHP.
License BSD-2-Clause
Homepage https://github.com/slava-basko/BaconQrCode
Package bacon-qr-code
Short Description BaconQrCode is a QR code generator for PHP.
License BSD-2-Clause
Homepage https://github.com/slava-basko/BaconQrCode
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
How to run tests
Install dependencies
Run tests
All versions of bacon-qr-code with dependencies
PHP Build Version
Package Version
Requires
php Version
^5
ext-iconv Version *
slava-basko/enum Version 1.0.0
symfony/polyfill-php70 Version ^1
ext-iconv Version *
slava-basko/enum Version 1.0.0
symfony/polyfill-php70 Version ^1
The package slava-basko/bacon-qr-code contains the following files
Loading the files please wait ....