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

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

booosta/qrcode
==============

QR code generator for the Booosta Framework

v4.0.4(1y ago)071LGPL-3.0-onlyPHPPHP &gt;=8.0.0

Since Feb 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/buzanits/booosta-qrcode)[ Packagist](https://packagist.org/packages/booosta/qrcode)[ RSS](/packages/booosta-qrcode/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

QR code generator for the Booosta Framework
===========================================

[](#qr-code-generator-for-the-booosta-framework)

This modules provides a QR code generator for PHP Booosta.

Booosta allows to develop PHP web applications quick. It is mainly designed for small web applications. It does not provide a strict MVC distinction. Although the MVC concepts influence the framework. Templates, data objects can be seen as the Vs and Ms of MVC.

Up to version 3 Booosta was available at Sourceforge:  From version 4 on it resides on Github and is available from Packagist under booosta/booosta .

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

[](#installation)

As this is a module for the Booosta framework, you have to have this framework installed first. See the [installation instructions](https://github.com/buzanits/booosta-installer) for accomplishing this. If your Booosta is installed, you can install this module with

```
composer require booosta/qrcode

```

Usage
-----

[](#usage)

In your scripts you use the module:

```
# [...]
$qrcoder = $this->makeInstance('Qrcode', 'https://www.kernel.org');
$qrcoder->save_file('myqrcode.png');

```

Then you find the file `myqrcode.png` in your web root. Of course you can save the file in a subdirectory. If you want to show the QR code on your website use the following:

```
# myscript.php
$qrcoder = $this->makeInstance('Qrcode', 'https://www.kernel.org');
$qrcoder->show_js('mycode');

# myscript.tpl

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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 ~200 days

Total

4

Last Release

585d ago

Major Versions

v1.0.0 → v4.0.22023-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/f449d7b4657b3da3431669eccd14dd515575cb712edf168eb2ffbdf871f762d1?d=identicon)[buzanits](/maintainers/buzanits)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2815.1M90](/packages/georgringer-news)[kigkonsult/icalcreator

iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information

2462.6M16](/packages/kigkonsult-icalcreator)[kartik-v/yii2-date-range

An advanced Yii 2 date range picker input for based on bootstrap-daterangepicker plugin.

894.4M42](/packages/kartik-v-yii2-date-range)[openmetrics-php/exposition-text

Implementation of the text exposition format of OpenMetrics

36508.9k6](/packages/openmetrics-php-exposition-text)[setono/sylius-analytics-plugin

Google Analytics plugin for Sylius

23329.6k](/packages/setono-sylius-analytics-plugin)[alexandr-mironov/php-smpp

PHP SMPP client lib, fork of onlinecity/php-smpp

4864.3k](/packages/alexandr-mironov-php-smpp)

PHPackages © 2026

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