mikica/zf2-qrcode-bitcoin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mikica/zf2-qrcode-bitcoin

最新稳定版本:1.01

Composer 安装命令:

composer require mikica/zf2-qrcode-bitcoin

包简介

Create bitcoin QR code - Zend 2 form helper

README 文档

README

Simple library for generating QR code.

Install

composer require mikica/zf2-qrcode-bitcoin

You need to register new module. Add in file config/application.config.php:

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

The module is ready to use.

Using in View

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

统计信息

  • 总下载量: 58
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-05