PHPackages                             thiagolp90/qr-reader - 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. thiagolp90/qr-reader

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

thiagolp90/qr-reader
====================

PHP qr code reader library

v1.0(1y ago)01.6k↓50%GPL-2.0-onlyPHPPHP &gt;=5.3

Since Feb 21Pushed 1y agoCompare

[ Source](https://github.com/thiagolp90/qr-code-reader)[ Packagist](https://packagist.org/packages/thiagolp90/qr-reader)[ RSS](/packages/thiagolp90-qr-reader/feed)WikiDiscussions master Synced 1mo ago

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

PHP QR Decoder
--------------

[](#php-qr-decoder)

### How to install

[](#how-to-install)

`composer require thiagolp90/qr-reader`

> this package is a fork of `zxing/qr-reader` to fix a bug when reading file using GD

### How to use

[](#how-to-use)

```
include __DIR__.'/vendor/autoload.php';

$qrcode = new \Zxing\QrReader('./qr.png');  //Image path
$text = $qrcode->text(); //Return text
echo $text;

```

### Requirements

[](#requirements)

```
PHP >= 5.3
GD Library

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

442d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a759e6a567da4290e8059bc6d1ad91a13dedd596443e0c38f9d677130594b47?d=identicon)[thiagolp90](/maintainers/thiagolp90)

---

Top Contributors

[![baagee](https://avatars.githubusercontent.com/u/22995500?v=4)](https://github.com/baagee "baagee (2 commits)")[![xolf](https://avatars.githubusercontent.com/u/8250052?v=4)](https://github.com/xolf "xolf (1 commits)")

---

Tags

phpqr codelibrary

### Embed Badge

![Health badge](/badges/thiagolp90-qr-reader/health.svg)

```
[![Health](https://phpackages.com/badges/thiagolp90-qr-reader/health.svg)](https://phpackages.com/packages/thiagolp90-qr-reader)
```

###  Alternatives

[zxing/qr-reader

PHP qr code reader library

7542.7k1](/packages/zxing-qr-reader)[ph-7/qrcode-generator-php-class

Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP

10415.5k2](/packages/ph-7-qrcode-generator-php-class)

PHPackages © 2026

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