2017 © Pedro Peláez
 

library qr-code-suite

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

image

markenwerk/qr-code-suite

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  • Monday, August 8, 2016
  • by bonscho
  • Repository
  • 1 Watchers
  • 1 Stars
  • 277 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 7 % Grown

The README.md

QR Code Suite

Code Climate Latest Stable Version Total Downloads License, (*1)

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS., (*2)

Requirements

To use the QR Code Suite qrencode and imagick have to be available., (*3)

Installation

```{json} { "require": { "chroma-x/qr-code-suite": "~2.0" } }, (*4)


## Usage ### Autoloading and namesapce ```{php} require_once('path/to/vendor/autoload.php');

Encoding data as QR code block data

```{php} use QrCodeSuite\QrEncode\QrEncoder;, (*5)

// Encode the data as QR code block data $encoder = new QrEncoder(); $qrCodeData = $encoder ->setLevel(QrEncoder::QR_CODE_LEVEL_LOW) ->setTempDir('path/to/writable/directory') ->encodeQrCode('https://github.com/chroma-x/php-qr-code-suite');, (*6)


### Render encoded QR code block data as image ```{php} use QrCodeSuite\QrRender; // Render the encoded QR code block data as RGB PNG $renderer = new QrRender\QrCodeRendererPng(); $renderer->render($qrCodeData, 'path/to/qr-code.png'); // Render the encoded QR code block data as CMYK TIFF $renderer = new QrRender\QrCodeRendererTiff(); $renderer->render($qrCodeData, 'path/to/qr-code.tif'); // Render the encoded QR code block data as CMYK vectorized EPS $renderer = new QrRender\QrCodeRendererEps(); $renderer->render($qrCodeData, 'path/to/qr-code.eps');

License

QR Code Suite is under the MIT license., (*7)

The Versions

08/08 2016

dev-master

9999999-dev http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

 

The Development Requires

code qr encode quick response

15/07 2016

4.0.1

4.0.1.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

 

The Development Requires

code qr encode quick response

11/07 2016

4.0.0

4.0.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

 

The Development Requires

code qr encode quick response

26/04 2016

3.0.10

3.0.10.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

 

The Development Requires

code qr encode quick response

26/04 2016

3.0.9

3.0.9.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

 

The Development Requires

code qr encode quick response

18/04 2016

3.0.8

3.0.8.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

15/04 2016

3.0.7

3.0.7.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

15/04 2016

3.0.6

3.0.6.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

15/04 2016

3.0.5

3.0.5.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

15/04 2016

3.0.4

3.0.4.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

14/04 2016

3.0.3

3.0.3.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

14/04 2016

3.0.2

3.0.2.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

13/04 2016

3.0.1

3.0.1.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

13/04 2016

3.0

3.0.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

The Development Requires

code qr encode quick response

13/04 2016

2.3

2.3.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

code qr encode quick response

12/04 2016

2.2

2.2.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

code qr encode quick response

12/04 2016

2.1

2.1.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

code qr encode quick response

12/04 2016

2.0

2.0.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

code qr encode quick response

12/04 2016

1.0

1.0.0.0 http://markenwerk.net/

A collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-imagick *

 

code qr encode quick response