2017 © Pedro Peláez
 

library zf2-qrcode-bitcoin

Create bitcoin QR code - Zend 2 form helper

image

mikica/zf2-qrcode-bitcoin

Create bitcoin QR code - Zend 2 form helper

  • Friday, November 6, 2015
  • by mikicaivosevic
  • Repository
  • 2 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ZF2 QR Code Generator Helper

Simple library for generating QR code., (*1)

Install

composer require mikica/zf2-qrcode-bitcoin

You need to register new module. Add in file config/application.config.php:, (*2)

'modules' => array(
    '...',
    'QrCodeBitcoin'
),

The module is ready to use., (*3)

Using in View

//width and height are optional.
echo $this->btc_qrcode($address, $amount, $width, $height);
echo $this->btc_qrcode("1J19TLLqu8DH2cv3ze7g1xZNwyyXWyGLKc","1.32");

The Versions

06/11 2015

dev-master

9999999-dev http://www.github.com/mikicaivosevic/zf2-qrcode-bitcoin

Create bitcoin QR code - Zend 2 form helper

  Sources   Download

MIT

The Requires

 

by Mikica Ivosevic

zf2 qrcode bitcoin

06/11 2015

1.01

1.01.0.0 http://www.github.com/mikicaivosevic/zf2-qrcode-bitcoin

Create bitcoin QR code - Zend 2 form helper

  Sources   Download

MIT

The Requires

 

by Mikica Ivosevic

zf2 qrcode bitcoin

05/10 2015

v1.0

1.0.0.0 http://www.github.com/mikicaivosevic/zf2-qrcode-bitcoin

Create bitcoin QR code - Zend 2 form helper

  Sources   Download

MIT

The Requires

 

by Mikica Ivosevic

zf2 qrcode bitcoin