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

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

gigablah/silex-qrcode
=====================

Silex QR Code Provider

0.0.1(12y ago)41.3k1MITPHP

Since Oct 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gigablah/silex-qrcode)[ Packagist](https://packagist.org/packages/gigablah/silex-qrcode)[ Docs](https://github.com/gigablah/silex-qrcode)[ RSS](/packages/gigablah-silex-qrcode/feed)WikiDiscussions master Synced 2w ago

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

QrCodeServiceProvider
=====================

[](#qrcodeserviceprovider)

The QrCodeServiceProvider integrates the [endroid/qrcode](https://github.com/endroid/QrCode) library with your [Silex](http://silex.sensiolabs.org) application.

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

[](#installation)

Use [Composer](http://getcomposer.org) to install the gigablah/silex-qrcode library by adding it to your `composer.json`.

```
{
    "require": {
        "silex/silex": "~1.0",
        "gigablah/silex-qrcode": "~0.0.1"
    }
}
```

Usage
-----

[](#usage)

Just register the service provider and optionally pass in some defaults.

```
$app->register(new Gigablah\Silex\QrCode\QrCodeServiceProvider(), array(
    'qrcode.options' => array(
        'size' => 300,
        'padding' => 10
    )
));
```

You may now generate QR code images as follows:

```
$app['qrcode']->setText('http://example.org');

return new Symfony\Component\HttpFoundation\Response(
    $app['qrcode']->get('png'),
    200,
    array('Content-Type' => 'image/png')
);
```

Todo
----

[](#todo)

- Wrap the `QrCode` class to provide a fluent interface

License
-------

[](#license)

Released under the MIT license. See the LICENSE file for details.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

4626d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471275?v=4)[Chris Heng](/maintainers/Gigablah)[@gigablah](https://github.com/gigablah)

---

Top Contributors

[![gigablah](https://avatars.githubusercontent.com/u/471275?v=4)](https://github.com/gigablah "gigablah (3 commits)")[![jpros](https://avatars.githubusercontent.com/u/1117386?v=4)](https://github.com/jpros "jpros (1 commits)")

---

Tags

qrcodeqrsilex

### Embed Badge

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

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

###  Alternatives

[endroid/qr-code

Endroid QR Code

4.8k71.8M439](/packages/endroid-qr-code)[chillerlan/php-qrcode

A QR Code generator and reader with a user-friendly API. PHP 8.4+

2.4k33.8M264](/packages/chillerlan-php-qrcode)[tuncaybahadir/quar

A simple QR Code generation tool for your projects with Laravel 10, 11, 12, 13 versions, php 8.2, 8.3, 8.4 and 8.5

8099.0k6](/packages/tuncaybahadir-quar)[devtical/nova-qrcode-field

Nova QR code field

4568.8k2](/packages/devtical-nova-qrcode-field)[amirezaeb/heroqr

A Powerful QR Code Management Library For PHP

9812.8k](/packages/amirezaeb-heroqr)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)

PHPackages © 2026

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