Download the PHP package askdkc/bacon-qr-code without Composer
On this page you can find all versions of the php package askdkc/bacon-qr-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download askdkc/bacon-qr-code
More information about askdkc/bacon-qr-code
Files in askdkc/bacon-qr-code
Download askdkc/bacon-qr-code
More information about askdkc/bacon-qr-code
Files in askdkc/bacon-qr-code
Vendor askdkc
Package bacon-qr-code
Short Description BaconQrCode is a QR code generator for PHP. SHIFT-JISエンコード時のエラーを修正した版
License BSD-2-Clause
Homepage https://github.com/Askdkc/BaconQrCode
Package bacon-qr-code
Short Description BaconQrCode is a QR code generator for PHP. SHIFT-JISエンコード時のエラーを修正した版
License BSD-2-Clause
Homepage https://github.com/Askdkc/BaconQrCode
Please rate this library. Is it a good library?
Informations about the package bacon-qr-code
QR Code generator
This is forked package with Shift-JIS output fixes
If you need to output Shift-JIS encoded QRcode, use this package.
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
The package askdkc/bacon-qr-code contains the following files
Loading the files please wait ....