2017 © Pedro Peláez
 

li3-libraries li3_qrcode

KML Library for Lithium Li3 PHP

image

johnny13/li3_qrcode

KML Library for Lithium Li3 PHP

  • Sunday, April 12, 2015
  • by johnnyfortune
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

li3_qrcode

QRCode for Lithium., (*1)

Installing

The installation process is simple, just place the source code in the libraries-directory and create a li3_qrcode directory:, (*2)

$ cd /path/to/app/libraries
$ git clone git@github.com:nilamdoc/li3_qrcode.git

Li3_qrcode is a plugin, you can install it in your application as, (*3)

Libraries::add('li3_qrcode');

Usage

In your view:, (*4)

use li3_qrcode\extensions\action\Qrcode;
$qrcode->png('This is a test QR code', QR_OUTPUT_DIR.'test.png', 'H', 7, 2);
<img src="<?=QR_OUTPUT_RELATIVE_DIR;?>test.png">

Additional Configuration:

Modify QRconfig.php for changing the, (*5)

QR_OUTPUT_DIR
QR_OUTPUT_RELATIVE_DIR

The Versions

12/04 2015

dev-master

9999999-dev https://github.com/johnny13/li3_qrcode/blob/master/README.md

KML Library for Lithium Li3 PHP

  Sources   Download

MIT License

The Requires

 

qrcode qr code lithium li3