PHPackages                             supergnaw/luxiqr - 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. supergnaw/luxiqr

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

supergnaw/luxiqr
================

Class for creating QR codes

0.0.2(3mo ago)03AGPL-3.0PHP

Since Apr 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/supergnaw/LuxiQR)[ Packagist](https://packagist.org/packages/supergnaw/luxiqr)[ RSS](/packages/supergnaw-luxiqr/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

LuxiQR: The Luxury QR Code Generator
====================================

[](#luxiqr-the-luxury-qr-code-generator)

Reinventing the wheel, one Quick Response Code at a time.

This is a project simply to learn how QR code generation works. There are a plethora of QR code generators in the wild, so choose which one suits your needs best.

Primary Objectives
------------------

[](#primary-objectives)

- Understand how different data is encoded into a QR code
- Learn how to do polynomial math for Reed-Solomon error correction
    - *(This was a nightmare)*
- Implement settings customization for more control over the final generation
- Have various different output options for maximum integration compatibility

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
$qrCode = new LuxiQR(
    data: "https://github.com/supergnaw/LuxiQR",
    eccLevel: "H"
);

echo $qrCode->outputTable();
```

### Factory Methods

[](#factory-methods)

#### Call

[](#call)

```
$qrCode = LuxiQR::Call(
    countryCode: "+1",
    phoneNumber: "(519) 867-5309",
    eccLevel: "H"
);

echo $qrCode->outputTable();
```

#### Email

[](#email)

```
$qrCode = LuxiQR::Email(
    email: "example@domain.com",
    subject: "Test Email",
    body: "This is an example.",
        eccLevel: "H"
);

echo $qrCode->outputTable();
```

#### URL

[](#url)

```
$qrCode = LuxiQR::URL(
    url: "https://www.google.com/",
    eccLevel: "H"
);

echo $qrCode->outputTable();
```

#### WiFi

[](#wifi)

```
$qrCode = LuxiQR::WiFi(
    ssid: "",
    encryption: "WPA",
    password: "correct horse battery staple",
    hidden: false,
    eccLevel: "H"
);

echo $qrCode->outputTable();
```

#### YouTube

[](#youtube)

```
$qrCode = LuxiQR::YouTube(
    url: "https://www.youtube.com/watch?v=w5ebcowAJD8",
    eccLevel: "H"
);

echo $qrCode->outputTable();
```

Various References
------------------

[](#various-references)

- [Barcode Contents](https://github.com/zxing/zxing/wiki/Barcode-Contents)
- [Thonky's QR Code Tutorial](https://www.thonky.com/qr-code-tutorial/)
- [How To Deploy a Static Site from GitHub with DigitalOcean App Platform](https://www.digitalocean.com/community/tutorials/how-to-deploy-a-static-site-from-github-with-digitalocean-app-platform-quickstart)
- [How to Create a QR Code Using JavaScript](https://www.turing.com/kb/creating-qr-code-using-js)
- [Let's develop a QR Code Generator](https://dev.to/maxart2501/series/13444)
- [Creating a QR Code step by step](https://www.nayuki.io/page/creating-a-qr-code-step-by-step)

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance86

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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

Every ~293 days

Total

2

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/759db8108809c477a3894c344aaf6a0c39645f3ed81c136f831bf68e1c6417ae?d=identicon)[supergnaw](/maintainers/supergnaw)

---

Top Contributors

[![supergnaw](https://avatars.githubusercontent.com/u/25543199?v=4)](https://github.com/supergnaw "supergnaw (12 commits)")

### Embed Badge

![Health badge](/badges/supergnaw-luxiqr/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

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