PHPackages                             kharisma-wardhana/php\_qr\_decoder - 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. kharisma-wardhana/php\_qr\_decoder

ActiveLibrary

kharisma-wardhana/php\_qr\_decoder
==================================

PHP QR code decoder / reader

v1.0.6(4y ago)0494↓100%MITPHPPHP &gt;=7.2CI failing

Since May 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kharisma-wardhana/php_qr_decoder)[ Packagist](https://packagist.org/packages/kharisma-wardhana/php_qr_decoder)[ Docs](https://github.com/kharisma-wardhana/php_qr_decoder)[ RSS](/packages/kharisma-wardhana-php-qr-decoder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

QR code decoder / reader for PHP
================================

[](#qr-code-decoder--reader-for-php)

This is a PHP library to detect and decode QR-codes.
This is first and only QR code reader that works without extensions.
Ported from [ZXing library](https://github.com/zxing/zxing)

Installation
------------

[](#installation)

The recommended method of installing this library is via [Composer](https://getcomposer.org/).

Run the following command from your project root:

```
$ composer require kharisma/php_qr_decoder
```

Usage
-----

[](#usage)

```
require __DIR__ . "/vendor/autoload.php";
$qrcode = new QrReader('path/to_image');
$text = $qrcode->text(); //return decoded text from QR Code
```

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- GD Library

Contributing
------------

[](#contributing)

You can help the project by adding features, cleaning the code, adding composer and other.

1. Fork it
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~89 days

Recently: every ~128 days

Total

7

Last Release

1646d ago

PHP version history (2 changes)v1.0PHP ^5.6|^7.0

v1.0.4PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b52fb44535c7e3ee118142472a76b7f74a1ddf3dff19ce6b575800250377e04?d=identicon)[KharismaWardhana](/maintainers/KharismaWardhana)

---

Top Contributors

[![kharisma-wardhana](https://avatars.githubusercontent.com/u/16829501?v=4)](https://github.com/kharisma-wardhana "kharisma-wardhana (11 commits)")

---

Tags

qrbarcodezxing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kharisma-wardhana-php-qr-decoder/health.svg)

```
[![Health](https://phpackages.com/badges/kharisma-wardhana-php-qr-decoder/health.svg)](https://phpackages.com/packages/kharisma-wardhana-php-qr-decoder)
```

###  Alternatives

[khanamiryan/qrcode-detector-decoder

QR code decoder / reader

1.4k31.5M70](/packages/khanamiryan-qrcode-detector-decoder)[endroid/qr-code

Endroid QR Code

4.8k67.6M348](/packages/endroid-qr-code)[chillerlan/php-qrcode

A QR Code generator and reader with a user-friendly API. PHP 8.4+

2.4k28.9M208](/packages/chillerlan-php-qrcode)[picqer/php-barcode-generator

An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.

1.8k25.5M88](/packages/picqer-php-barcode-generator)

PHPackages © 2026

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