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

Abandoned → [endroid/qr-code](/?search=endroid%2Fqr-code)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

aferrandini/phpqrcode
=====================

PHPQRCode porting and changed for PHP 5.3 compatibility

1.0.1(12y ago)2571.7M—2.8%7920MITPHPPHP &gt;=5.3.0

Since Jul 3Pushed 6y ago11 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (20)

This repository is Abandoned!
=============================

[](#this-repository-is-abandoned)

Please see [endroid/qr-code](https://github.com/endroid/qr-code)

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", '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

45

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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/970b61b5e4f934a6333dc524649d81c26dce2735549872e01191ac16208b6107?d=identicon)[aferrandini](/maintainers/aferrandini)

---

Top Contributors

[![aferrandini](https://avatars.githubusercontent.com/u/196210?v=4)](https://github.com/aferrandini "aferrandini (24 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)")

---

Tags

phpqrcodebarcode

### Embed Badge

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

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

PHPackages © 2026

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