2017 © Pedro Peláez
 

library clear-qr

A PHP class to generate QR Codes using ImageMagick

image

drewjw81/clear-qr

A PHP class to generate QR Codes using ImageMagick

  • Thursday, December 12, 2013
  • by drewjw81
  • Repository
  • 2 Watchers
  • 7 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This is no longer being maintained. If you are using this I recomend you checkout something like https://github.com/chillerlan/php-qrcode, (*1)

ClearQR for PHP5 & Imagick

Based on QRcode image PHP scripts version 0.50g (C)2000-2005, Y.Swetake, (*2)

Introduction

This program outputs a PNG FORMAT Imagick Image Object "QRcode model 2" You cannot use several functions of QRcode in this version. See README.txt ., (*3)

This version supports QRcode model2 version 1-40., (*4)

This program requires PHP5.3x+ & Imagick., (*5)

QR Code data capacity[6]

  • Numeric only Max. 7,089 characters
  • Alphanumeric Max. 4,296 characters
  • Binary (8 bits) Max. 2,953 bytes
  • Kanji/Kana Max. 1,817 characters

Error correction capacity

  • Level L 7% of codewords can be restored.
  • Level M 15% of codewords can be restored.
  • Level Q 25% of codewords can be restored.
  • Level H 30% of codewords can be restored.

Data String Examples

  • URL, (*6)

    http://www.example.com, (*7)

  • For Phone Numbers, (*8)

    TEL:###-###-####, (*9)

  • For SMS (note: messages are limited to 160 characters on SMS, (*10)

    SMSTO:###-###-####:MESSAGE, (*11)

  • Text, (*12)

    your text here, (*13)

DoCoMo Types (Not always supported by Older and Non-DoCoMo phones

  • Email with subject and body, (*14)

    MATMSG:TO:drewjw81@example.com;SUB:subject;BODY:message;;, (*15)

  • Bookmark, (*16)

    MEBKM:TITLE:title;URL:http://www.example.com;;, (*17)

  • Contact information, (*18)

    MECARD:N:Smith,John;ADR:76 9th Avenue, 4th Floor, New York, NY 10011;TEL:+12125551212;EMAIL:jsmith@example.com;;, (*19)

Example of block replacement

Example of Block Image, (*20)

QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries., (*21)

The Versions

12/12 2013

dev-master

9999999-dev http://github.com/drewjw81/clear-qr

A PHP class to generate QR Codes using ImageMagick

  Sources   Download

LGPL

The Requires

  • php >=5.3

 

by Andrew Winter
by Y.Swetake

php qrcode

12/12 2013

v1.0

1.0.0.0 http://github.com/drewjw81/clear-qr

A PHP class to generate QR Codes using ImageMagick

  Sources   Download

LGPL

The Requires

  • php >=5.3

 

by Andrew Winter
by Y.Swetake

php qrcode