PHPackages                             yeejiawei/laravel-qrcode - 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. yeejiawei/laravel-qrcode

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

yeejiawei/laravel-qrcode
========================

Laravel Wrapper for phpqrcode

0.1.0(3y ago)061lgpl-3.0PHP

Since Feb 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/YeeJiaWei/laravel-qrcode)[ Packagist](https://packagist.org/packages/yeejiawei/laravel-qrcode)[ RSS](/packages/yeejiawei-laravel-qrcode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel wrapper for phpqrcode
=============================

[](#laravel-wrapper-for-phpqrcode)

[![Latest Version on Packagist](https://camo.githubusercontent.com/af3bd195a162b7e5de269ba9908cb5df24ab81a6805ae8611f833983c1f96e8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7965656a69617765692f6c61726176656c2d7172636f64652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yeejiawei/laravel-qrcode)[![Total Downloads](https://camo.githubusercontent.com/3df8178f809a4c872623cebaa8e4ea2fc07ee75fba1811da2e1b930944ff74e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7965656a69617765692f6c61726176656c2d7172636f64652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yeejiawei/laravel-qrcode)

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

[](#installation)

You can install the package via composer:

```
composer require yeejiawei/laravel-qrcode
```

Usage
-----

[](#usage)

```
use \Yeejiawei\LaravelQrcode\LaravelQrcode;

$qr = LaravelQrcode::create('test');

$qr->setErrorCorrectionLevel(ErrorCorrectionLevel::QR_ECLEVEL_M); // default is ErrorCorrectionLevel::QR_ECLEVEL_M

$qr->setSize(100); // Set size of the qr code

$qr->setMargin(4); // Set margin of the qr code

$qr->save(storage_path('app/qr.png'));
```

Credits
-------

[](#credits)

- [Yee Jia Wei](https://github.com/YeeJiaWei)
- [All Contributors](../../contributors)
- Phil Karn, KA9Q

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

1181d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9152031e78e9cbe6a605f4f2c27e98172d0e3a184924446a28e2f47d46b77eea?d=identicon)[YeeJiaWei](/maintainers/YeeJiaWei)

---

Top Contributors

[![YeeJiaWei](https://avatars.githubusercontent.com/u/21292986?v=4)](https://github.com/YeeJiaWei "YeeJiaWei (1 commits)")

### Embed Badge

![Health badge](/badges/yeejiawei-laravel-qrcode/health.svg)

```
[![Health](https://phpackages.com/badges/yeejiawei-laravel-qrcode/health.svg)](https://phpackages.com/packages/yeejiawei-laravel-qrcode)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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