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
5 540
Yii Version: 1.1
License: (not set)
Category: Others
    Developed by: emix emix
    Created: Sep 27, 2010
    Updated: 15 years ago

    Downloads

    show all