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

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

mapolun/qr-code-reader
======================

v1.0(4y ago)32943PHPPHP &gt;=5.3

Since May 10Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#qr-code-reader)

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

安装
--

[](#安装)

$ composer require mapolun/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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1515d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33946264?v=4)[麻婆](/maintainers/mapolun)[@mapolun](https://github.com/mapolun)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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