QR Code Generator for PHP

Ben Scholzen ce65e48ef1 Merge pull request #5 from rodrigost23/master 11 years ago
src d04fb629d6 Add missing floorToClosestDimension property 12 years ago
tests 07955b72d4 Some minor cleanup before merging 12 years ago
.gitignore f5cdbeaa81 Add first tests that wil fail because of weird sizing behavior. 12 years ago
.travis.yml 56e126d289 Add travis support 12 years ago
LICENSE 3e1c3954f9 Initial commit 12 years ago
Module.php 30d2a98b9e Moving Module.php back to where it belongs 11 years ago
README.md 560dd4d644 Add travis status to README 12 years ago
autoload_classmap.php 3f3fcf4bb2 Add Renderer\Html. 12 years ago
autoload_function.php 3e1c3954f9 Initial commit 12 years ago
autoload_register.php 3e1c3954f9 Initial commit 12 years ago
composer.json 69a0769d0b Add composer.json 12 years ago

README.md

QR Code generator

Master: Build Status

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.