Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

juanparati/kohana-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohana QRcode generator

QRcode provides to Kohana an easy way to generate ISO/IEC 18004:2006 quick response codes compatible with almost mobile 2-D QRcode readers.

Usage

Display a QRCode

// Force content type
$this->response->headers('Content-Type','image/png');

// Show QRcode         
$this->response->body(QRCode::instance()->png('http://kohanaframework.org/')); 

Save a QRCode as file

// Save as qrcode.png
QRCode::instance()->png('http://kohanaframework.org/', 'qrcode.png');

About

QRcode module for Kohana 3.x

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages