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

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

guanhui07/qr-code-reader
========================

v1.0.x-dev(2y ago)02PHPPHP &gt;=5.3

Since Oct 6Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

qr-code-reader
==============

[](#qr-code-reader)

php识别二维码内容, 不需要安装扩展

安装
--

[](#安装)

composer require guanhui07/qr-code-reader

要求
--

[](#要求)

- PHP &gt;= 5.3

示例
--

[](#示例)

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

  use QrCodeReader\Lib\QrReader;

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

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

947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3abde3fccf025ce86670101d7cfa0641d2415c9daad93e5f0c9573a2b23ddbda?d=identicon)[guanhui07](/maintainers/guanhui07)

---

Top Contributors

[![mapolun](https://avatars.githubusercontent.com/u/33946264?v=4)](https://github.com/mapolun "mapolun (18 commits)")[![guanhui07](https://avatars.githubusercontent.com/u/5820457?v=4)](https://github.com/guanhui07 "guanhui07 (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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