PHPackages                             algoyounes/qr-forge - 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. [Image &amp; Media](/categories/media)
4. /
5. algoyounes/qr-forge

ActiveLibrary[Image &amp; Media](/categories/media)

algoyounes/qr-forge
===================

PHP Package to generate QR Codes

v1.0.3(1y ago)143872MITPHPPHP ^8.2CI passing

Since Sep 3Pushed 1w ago2 watchersCompare

[ Source](https://github.com/algoyounes/qr-forge)[ Packagist](https://packagist.org/packages/algoyounes/qr-forge)[ RSS](/packages/algoyounes-qr-forge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

[![QR Forge](assets/logo.png)](assets/logo.png)
**QR Forge**

[![Build Status](https://github.com/algoyounes/qr-forge/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/algoyounes/qr-forge/actions)[![Total Downloads](https://camo.githubusercontent.com/cdedcb26b46befae22ec049671785bfb4dae827aa8b277d54b1f53c74b4c1258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c676f796f756e65732f71722d666f726765)](https://packagist.org/packages/algoyounes/qr-forge)[![Latest Stable Version](https://camo.githubusercontent.com/bfbeee4d45d527ea727e8ad298500c6e38daea22d806075feb89094ca246a79e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c676f796f756e65732f71722d666f726765)](https://packagist.org/packages/algoyounes/qr-forge)[![License](https://camo.githubusercontent.com/8de9ab78873d375636dbde9a0184923d096d08b57dbc45188c80954d670ca539/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616c676f796f756e65732f71722d666f726765)](https://packagist.org/packages/algoyounes/qr-forge)

A PHP package that allows you to generate QR codes with ease.

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

[](#installation)

You can install the package via composer:

```
composer require algoyounes/qr-forge
```

Usage
-----

[](#usage)

### Generate Base64

[](#generate-base64)

```
use AlgoYounes\QRForge\Facades\QRForge;

$base64 = QRForge::fromArray([ Tag::create(1, 'test') ])->base64();
```

### Generate Plain

[](#generate-plain)

```
use AlgoYounes\QRForge\Facades\QRForge;

$plain = QRForge::fromArray([ Tag::create(1, 'test') ])->plain();
```

### Render A QR Code Image

[](#render-a-qr-code-image)

```
use AlgoYounes\QRForge\Facades\QRForge;

QRForge::fromArray([ Tag::create(1, 'test') ])->render();
```

Credits
-------

[](#credits)

This package utilizes **[chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode)** under the hood for QR code generation.

License
-------

[](#license)

The QrForge package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance72

Regular maintenance activity

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~55 days

Total

4

Last Release

503d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfd15013ece7b7782813460af6ec7162ca0d9973cc0d9cf5ef3307f5afba0b5a?d=identicon)[Algo Younes](/maintainers/Algo%20Younes)

---

Top Contributors

[![algoyounes](https://avatars.githubusercontent.com/u/45436028?v=4)](https://github.com/algoyounes "algoyounes (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

php-qrcodeqrcodeqrcode-generatorwecandevbotlaravel qr codeqr code phpqr code laravelphp qr code

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/algoyounes-qr-forge/health.svg)

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

###  Alternatives

[appwrite/server-ce

End to end backend server for frontend and mobile apps.

56.4k108.1k](/packages/appwrite-server-ce)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3829.6M3.6k](/packages/filament-filament)[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[doppar/framework

The Doppar Framework

4012.4k14](/packages/doppar-framework)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1111.2k](/packages/abydahana-aksara)[sandstorm/neostwofactorauthentication

1327.0k](/packages/sandstorm-neostwofactorauthentication)

PHPackages © 2026

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