PHPackages                             limsphpqrcode/phpqrcode - 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. limsphpqrcode/phpqrcode

ActiveLibrary

limsphpqrcode/phpqrcode
=======================

php phpqrcode

v0.2(7y ago)025MITPHPPHP &gt;=5.3.0

Since Jun 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/limingshang/phpqrcode)[ Packagist](https://packagist.org/packages/limsphpqrcode/phpqrcode)[ RSS](/packages/limsphpqrcode-phpqrcode/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

phpqrcode
=========

[](#phpqrcode)

### 简单事例 获取内容存储为png图片

[](#简单事例-获取内容存储为png图片)

### 2018-6-19 4：22：00

[](#2018-6-19-42200)

```
/**
 * Function Name: return_img
 * Create   User: lims
 * Create   Time: 2018/6/12 上午10:22
 * ---------------------------------
 * 输出图片内容
 */
function return_img($value){
    QRcode::png("http://www.qq.com");
}

/**
 * Function Name: save_img
 * Create   User: lims
 * Create   Time: 2018/6/12 上午10:22
 * ---------------------------------
 * @param $vlaue    图片内容
 * @param $path     需要存储图片路径
 */

function save_img($value,$file_path)
{
    QRcode::png($value, $file_path, QR_ECLEVEL_H, 4);
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2

Last Release

2887d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15756007?v=4)[李明尚](/maintainers/limingshang)[@limingshang](https://github.com/limingshang)

---

Top Contributors

[![limingshang](https://avatars.githubusercontent.com/u/15756007?v=4)](https://github.com/limingshang "limingshang (11 commits)")

### Embed Badge

![Health badge](/badges/limsphpqrcode-phpqrcode/health.svg)

```
[![Health](https://phpackages.com/badges/limsphpqrcode-phpqrcode/health.svg)](https://phpackages.com/packages/limsphpqrcode-phpqrcode)
```

PHPackages © 2026

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