PHPackages                             mikica/zf2-qrcode-bitcoin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mikica/zf2-qrcode-bitcoin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mikica/zf2-qrcode-bitcoin
=========================

Create bitcoin QR code - Zend 2 form helper

1.01(10y ago)158MITPHPPHP &gt;=5.5

Since Oct 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/mikicaivosevic/zf2-qrcode-bitcoin)[ Packagist](https://packagist.org/packages/mikica/zf2-qrcode-bitcoin)[ Docs](http://www.github.com/mikicaivosevic/zf2-qrcode-bitcoin)[ RSS](/packages/mikica-zf2-qrcode-bitcoin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

ZF2 QR Code Generator Helper
============================

[](#zf2-qr-code-generator-helper)

Simple library for generating QR code.

Install
-------

[](#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
-------------

[](#using-in-view)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~32 days

Total

2

Last Release

3887d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2887620?v=4)[Mikica Ivosevic](/maintainers/mikicaivosevic)[@mikicaivosevic](https://github.com/mikicaivosevic)

---

Top Contributors

[![mikicaivosevic](https://avatars.githubusercontent.com/u/2887620?v=4)](https://github.com/mikicaivosevic "mikicaivosevic (12 commits)")[![golive-mikica](https://avatars.githubusercontent.com/u/20243043?v=4)](https://github.com/golive-mikica "golive-mikica (5 commits)")

---

Tags

qrcodezf2bitcoin

### Embed Badge

![Health badge](/badges/mikica-zf2-qrcode-bitcoin/health.svg)

```
[![Health](https://phpackages.com/badges/mikica-zf2-qrcode-bitcoin/health.svg)](https://phpackages.com/packages/mikica-zf2-qrcode-bitcoin)
```

###  Alternatives

[slm/google-analytics

Google Analytics tracking integration for Zend Framework 2

4080.3k](/packages/slm-google-analytics)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
