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

ActiveLibrary

windly/qr-reader
================

PHP qr code reader library

1.6.0(5y ago)019GPL-2.0-onlyPHPPHP &gt;=5.3

Since Oct 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/shenfenglei/QrCodeReader)[ Packagist](https://packagist.org/packages/windly/qr-reader)[ RSS](/packages/windly-qr-reader/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (7)Used By (0)

\#php qr decoder

> php识别二维码, 不需要安装扩展 从哪里弄来的我也忘了，毕竟好几年了

### 安装

[](#安装)

`composer require zxing/qr-reader`

### 使用

[](#使用)

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

$qrcode = new \Zxing\QrReader('./qr.png');  //图片路径
$text = $qrcode->text(); //返回识别后的文本
echo $text;

```

### 需要

[](#需要)

```
PHP >= 5.3
GD Library

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~0 days

Total

6

Last Release

2028d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7646439?v=4)[Windly](/maintainers/Windly)[@windly](https://github.com/windly)

---

Top Contributors

[![shenfenglei](https://avatars.githubusercontent.com/u/22369301?v=4)](https://github.com/shenfenglei "shenfenglei (10 commits)")

---

Tags

phpqr codelibrary

### Embed Badge

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

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

###  Alternatives

[zxing/qr-reader

PHP qr code reader library

7542.7k1](/packages/zxing-qr-reader)[quizlet/hammock

Hammock is a stand-alone mocking library for Hacklang.

27445.5k](/packages/quizlet-hammock)[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)[bupy7/xml-constructor

The array-like constructor of XML document structure.

1337.9k](/packages/bupy7-xml-constructor)

PHPackages © 2026

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