PHPackages                             honzito/bacon-qr-code-basis - 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. honzito/bacon-qr-code-basis

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

honzito/bacon-qr-code-basis
===========================

QR Code Generator for PHP - BaconQrCode cleaned to basic QRCode generator library with minimum requirements.

2023.208.6(3y ago)1201BSD-2-ClausePHPPHP ^7.4 || ^8

Since Mar 4Pushed 3y agoCompare

[ Source](https://github.com/honzito/BaconQrCode-Basis)[ Packagist](https://packagist.org/packages/honzito/bacon-qr-code-basis)[ Docs](https://github.com/honzito/BaconQrCode-Basis)[ RSS](/packages/honzito-bacon-qr-code-basis/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

QR Code generator
=================

[](#qr-code-generator)

Introduction
------------

[](#introduction)

BaconQrCode-Basis is simplified version of Bacon/BaconQrCode with minimal requirements and minimal use of external libraries. Only the basic functionality is left - generate classic b/w QR code to PNG file using standard GD library.

Example usage
-------------

[](#example-usage)

```
require_once __DIR__.'/vendor/autoload.php';
use BaconQrCode\Renderer\GDLibRenderer;
use BaconQrCode\Writer;

$renderer = new GDLibRenderer(300);
$writer   = new Writer($renderer);
$qr_image = base64_encode($writer->writeString("Hola, hola"));
echo "";

//$writer->writeFile('Hello World!', 'qrcode.png');
```

Thanks
------

[](#thanks)

The code is taken from Bacon/BaconQrCode and GD lib backend from arxeiss//BaconQrCode

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.2% 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 ~15 days

Total

6

Last Release

1142d ago

PHP version history (3 changes)2023.208.1PHP ^8.0

2023.208.3PHP ^7.4

2023.208.4PHP ^7.4 || ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/141716850b6a790dc8b63cd47697c5cbf49f2c7e88ee45c3ce71047da6e4c766?d=identicon)[honzito](/maintainers/honzito)

---

Top Contributors

[![DASPRiD](https://avatars.githubusercontent.com/u/233300?v=4)](https://github.com/DASPRiD "DASPRiD (119 commits)")[![williamdes](https://avatars.githubusercontent.com/u/7784660?v=4)](https://github.com/williamdes "williamdes (18 commits)")[![Thinkscape](https://avatars.githubusercontent.com/u/270528?v=4)](https://github.com/Thinkscape "Thinkscape (14 commits)")[![JercSi](https://avatars.githubusercontent.com/u/5267726?v=4)](https://github.com/JercSi "JercSi (6 commits)")[![honzito](https://avatars.githubusercontent.com/u/2799494?v=4)](https://github.com/honzito "honzito (4 commits)")[![rodrigost23](https://avatars.githubusercontent.com/u/1831465?v=4)](https://github.com/rodrigost23 "rodrigost23 (2 commits)")[![ausi](https://avatars.githubusercontent.com/u/367169?v=4)](https://github.com/ausi "ausi (2 commits)")[![wyattoday](https://avatars.githubusercontent.com/u/11202536?v=4)](https://github.com/wyattoday "wyattoday (2 commits)")[![pdalfarr](https://avatars.githubusercontent.com/u/1537201?v=4)](https://github.com/pdalfarr "pdalfarr (1 commits)")[![SimplyCorey](https://avatars.githubusercontent.com/u/624784?v=4)](https://github.com/SimplyCorey "SimplyCorey (1 commits)")[![michaeldyrynda](https://avatars.githubusercontent.com/u/558441?v=4)](https://github.com/michaeldyrynda "michaeldyrynda (1 commits)")[![iben12](https://avatars.githubusercontent.com/u/2972954?v=4)](https://github.com/iben12 "iben12 (1 commits)")[![ihaohong](https://avatars.githubusercontent.com/u/4004455?v=4)](https://github.com/ihaohong "ihaohong (1 commits)")[![ishanvyas22](https://avatars.githubusercontent.com/u/17404636?v=4)](https://github.com/ishanvyas22 "ishanvyas22 (1 commits)")[![kelunik](https://avatars.githubusercontent.com/u/2743004?v=4)](https://github.com/kelunik "kelunik (1 commits)")[![AshleyPinner](https://avatars.githubusercontent.com/u/6331215?v=4)](https://github.com/AshleyPinner "AshleyPinner (1 commits)")[![mustanggb](https://avatars.githubusercontent.com/u/1636013?v=4)](https://github.com/mustanggb "mustanggb (1 commits)")[![pavlm](https://avatars.githubusercontent.com/u/8758854?v=4)](https://github.com/pavlm "pavlm (1 commits)")

### Embed Badge

![Health badge](/badges/honzito-bacon-qr-code-basis/health.svg)

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

###  Alternatives

[bacon/bacon-qr-code

BaconQrCode is a QR code generator for PHP.

2.1k185.3M524](/packages/bacon-bacon-qr-code)[codefog/contao-events_subscriptions

events\_subscriptions extension for Contao Open Source CMS

142.8k](/packages/codefog-contao-events-subscriptions)

PHPackages © 2026

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