QR Code Generator for PHP

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

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.