Skip to content

mauclair/kohana-QR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR for Kohana 3.x

How to use

1. Get the PHP_QR class library.

   PHP_QR Class library
   http://www.swetake.com/qr/

2. Put files into a vendor/php_qr directory.

3. Edit 'QRCODE_DATA_PATH' in qrcode.php. 

   define('QRCODE_DATA_PATH', MODPATH.'qrcode/vendor/qrcode_php/qrcode_data');

4. Enable this module at bootstrap.

    'kohana-qr' => MODPATH.'kohana-qr', // QR image module

5. Show a sample QR image.

    your_site_url/qr?url=sample_text

About

QR image module for Kohana v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published