dev-master
9999999-dev https://github.com/johnny13/li3_qrcode/blob/master/README.mdKML Library for Lithium Li3 PHP
MIT License
The Requires
- php >=5.3
- joseym/li3_installer master
by Derek Scott
qrcode qr code lithium li3
KML Library for Lithium Li3 PHP
QRCode for Lithium., (*1)
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');
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">
Modify QRconfig.php for changing the, (*5)
QR_OUTPUT_DIR QR_OUTPUT_RELATIVE_DIR
KML Library for Lithium Li3 PHP
MIT License
qrcode qr code lithium li3