QR Code Generator for PHP

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

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.