PHPackages                             nitro2010/phpqrcode - 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. nitro2010/phpqrcode

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

nitro2010/phpqrcode
===================

PHPQRCode porting and changed for PHP 5.3 compatibility

1.0.1(12y ago)030MITPHPPHP &gt;=5.3.0

Since Jul 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nitro2010/PHPQRCode)[ Packagist](https://packagist.org/packages/nitro2010/phpqrcode)[ Docs](https://github.com/aferrandini/PHPQRCode)[ RSS](/packages/nitro2010-phpqrcode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHP QRCode Library
==================

[](#php-qrcode-library)

To install this library please follow the next steps:

Install the library using `composer`:
-------------------------------------

[](#install-the-library-using-composer)

Add the required module to your `composer.json` file:

```
{
    "require": {
        ...
        "aferrandini/phpqrcode": "1.0.1"
        ...
    }
}

```

Then run the command `composer update`.

Usage
-----

[](#usage)

Sample code:

```
\PHPQRCode\QRcode::png("Test", "/tmp/qrcode.png", Constants::QR_ECLEVEL_L, 4, 2);

```

This code will generate a PNG file on '/tmp/qrcode.png' with a QRCode that contains the word 'Test'.

Acknowledgements
----------------

[](#acknowledgements)

This library is an import of PHP QR Code by Dominik Dzienia that you can find at

Based on C libqrencode library (ver. 3.1.1), Copyright (C) 2006-2010 by Kentaro Fukuchi

QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries.

Reed-Solomon code encoder is written by Phil Karn, KA9Q. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.8% 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 ~5 days

Total

2

Last Release

4697d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/186dc73f8daaefce98a3155cae0c7c4c0a3f42b7c3d0053d8240d78f4a0227d6?d=identicon)[nitro2010](/maintainers/nitro2010)

---

Top Contributors

[![aferrandini](https://avatars.githubusercontent.com/u/196210?v=4)](https://github.com/aferrandini "aferrandini (21 commits)")[![byjg](https://avatars.githubusercontent.com/u/981924?v=4)](https://github.com/byjg "byjg (2 commits)")[![C-Duv](https://avatars.githubusercontent.com/u/1466273?v=4)](https://github.com/C-Duv "C-Duv (1 commits)")[![javiereguiluz](https://avatars.githubusercontent.com/u/73419?v=4)](https://github.com/javiereguiluz "javiereguiluz (1 commits)")[![nitro2010](https://avatars.githubusercontent.com/u/100356867?v=4)](https://github.com/nitro2010 "nitro2010 (1 commits)")

---

Tags

phpqrcodebarcode

### Embed Badge

![Health badge](/badges/nitro2010-phpqrcode/health.svg)

```
[![Health](https://phpackages.com/badges/nitro2010-phpqrcode/health.svg)](https://phpackages.com/packages/nitro2010-phpqrcode)
```

PHPackages © 2026

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