qrcode QR Code Generator

  1. Documentation
  2. Change Log

This extension generates QR Code matrix.

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

Yii::import('ext.qrcode.QRCode');
$code=new QRCode("data to encode");

// to flush the code directly
$code->create();

// to save the code to file
$code->create('/valid/path/to/file.png');

Change Log

September 27, 2010
  • Initial release.
7 0
13 followers
5 540 downloads
Yii Version: 1.1
License: (not set)
Category: Others
Tags:
Developed by: emix
Created on: Sep 27, 2010
Last updated: 13 years ago

Downloads

show all