Welcome Guest, Not a member yet? Register   Sign In
My PHP QrCode library.
#1

[eluser]Unknown[/eluser]
Hi,
I writed new working library for generate QRCode. I used phpqrcode (http://phpqrcode.sourceforge.net/)
Old QRCode library for CodeIgniter dont work now, and I was forced to made that library. Now I want to give you my implementation of phpqrcode. This library is very basic and if you have some ideas please write here this ;-) This is my first public library, so forgive me for some mistakes ;-)


/***************************************************************************
* INSTALLATION
**************************************************************************/
1. Download current phpqrcode from http://phpqrcode.sourceforge.net/
2. Unzip phpqrcode to application/3rdparty
3. Copy files from this zip to your main application directory.
4. Change configuration in config/qrcode.php


/***************************************************************************
* USAGE
**************************************************************************/
1. Load library: $this->load->library('qrcode_library');
2. Get your qrcode: $this->qrcode_library->make_qrcode($data, $errorCorrectionLevel= '', $matrixPointSize='');
3. ??????
4. PROFIT!


Messages In This Thread
My PHP QrCode library. - by El Forum - 09-13-2011, 05:36 AM
My PHP QrCode library. - by El Forum - 05-11-2012, 02:58 PM
My PHP QrCode library. - by El Forum - 05-12-2012, 01:46 AM
My PHP QrCode library. - by El Forum - 05-14-2012, 02:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB