dwisetiyadi / CodeIgniter-PHP-QR-Code

a PHP Library to create QR Code. This is a porting library for CodeIgniter Framework, original code from http://phpqrcode.sourceforge.net/.
270 stars 181 forks source link

Is this support CI version 3 ? #11

Open haidarvm opened 8 years ago

plitris commented 8 years ago

Yes it does work with CI3. Besides, it's a library written with just PHP functions which doesn't have any dependencies on CodeIgniter. At the worst case you would have to change class names to Capitalised letters or something like that, which is not the case.