2017 © Pedro Peláez
 

library qrcode-zf2-module

A zend framework 2 module for generate qr code using the google api.

image

adminweb/qrcode-zf2-module

A zend framework 2 module for generate qr code using the google api.

  • Monday, December 2, 2013
  • by adminweb
  • Repository
  • 1 Watchers
  • 8 Stars
  • 4,025 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

QR Code for Zend Framework 2

A zend framework 2 module for generate qr code using the google api., (*1)

See more in https://developers.google.com/chart/infographics/docs/qr_codes, (*2)

Usage:

  1. In application.config.php, (*3)

    return array(
          'modules' => array(
               ...,
               'QRCode',
               ....     
    
  2. In the controller, (*4)

    $qr = $this->getServiceLocator()->get('QRCode');
        $qr->isHttps(); // or $qr->isHttp();
        $qr->setData('Lorem Ipsum');
        $qr->setDimensions(50, 50);
        return new ViewModel(array('img'=> $qr->getResult()));
    
  3. In the view, (*5)

    <img src="<?php echo $this->img; ?>" />
    

The Versions

02/12 2013

dev-master

9999999-dev

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

02/12 2013

0.0.10

0.0.10.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

02/12 2013

0.0.9

0.0.9.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

02/12 2013

0.0.8

0.0.8.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

02/12 2013

0.0.7

0.0.7.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

02/12 2013

0.0.6

0.0.6.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

15/05 2013

0.0.5

0.0.5.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

15/05 2013

0.0.4

0.0.4.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

15/05 2013

0.0.3

0.0.3.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

14/05 2013

0.0.2

0.0.2.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2

14/05 2013

0.0.1

0.0.1.0

A zend framework 2 module for generate qr code using the google api.

  Sources   Download

The Requires

 

framework zf2 google qr code zend 2