2017 © Pedro Peláez
 

library phpqrcode

PHPQRCode porting and changed for PHP 5.3 compatibility

image

aferrandini/phpqrcode

PHPQRCode porting and changed for PHP 5.3 compatibility

  • Saturday, October 25, 2014
  • by aferrandini
  • Repository
  • 14 Watchers
  • 192 Stars
  • 462,662 Installations
  • PHP
  • 30 Dependents
  • 0 Suggesters
  • 65 Forks
  • 4 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

This repository is Abandoned!

Please see endroid/qr-code, (*1)

PHP QRCode Library

To install this library please follow the next steps:, (*2)

Install the library using composer:

Add the required module to your composer.json file:, (*3)

{
    "require": {
        ...
        "aferrandini/phpqrcode": "1.0.1"
        ...
    }
}

Then run the command composer update., (*4)

Usage

Sample code:, (*5)

\PHPQRCode\QRcode::png("Test", "/tmp/qrcode.png", 'L', 4, 2);

This code will generate a PNG file on '/tmp/qrcode.png' with a QRCode that contains the word 'Test'., (*6)

Acknowledgements

This library is an import of PHP QR Code by Dominik Dzienia that you can find at http://phpqrcode.sourceforge.net, (*7)

Based on C libqrencode library (ver. 3.1.1), Copyright (C) 2006-2010 by Kentaro Fukuchi http://megaui.net/fukuchi/works/qrencode/index.en.html, (*8)

QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries., (*9)

Reed-Solomon code encoder is written by Phil Karn, KA9Q. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q, (*10)

The Versions

25/10 2014

dev-master

9999999-dev https://github.com/aferrandini/PHPQRCode

PHPQRCode porting and changed for PHP 5.3 compatibility

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php qrcode barcode

08/07 2013

1.0.1

1.0.1.0 https://github.com/aferrandini/PHPQRCode

PHPQRCode porting and changed for PHP 5.3 compatibility

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php qrcode barcode

03/07 2013

1.0.0

1.0.0.0 https://github.com/aferrandini/PHPQRCode

PHPQRCode porting and changed for PHP 5.3 compatibility

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php qrcode barcode