PHPackages                             linderp/sulu-swiss-qr-bill-bundle - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. linderp/sulu-swiss-qr-bill-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

linderp/sulu-swiss-qr-bill-bundle
=================================

Swiss QR Bill generator for Sulu CMS

0.1.1(3mo ago)081MITPHPPHP ^8.2

Since Jan 12Pushed 2mo agoCompare

[ Source](https://github.com/pascallinder/SuluSwissQRBillBundle)[ Packagist](https://packagist.org/packages/linderp/sulu-swiss-qr-bill-bundle)[ RSS](/packages/linderp-sulu-swiss-qr-bill-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (3)Used By (0)

SuluSwissQRBillBundle
=====================

[](#suluswissqrbillbundle)

**Sulu bundle that integrates Swiss QR bill generation for saved contacts.**Implementation uses the `schoero/swissqrbill` package ().

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

[](#installation)

This bundle requires PHP 8.2 and Sulu 2.6.

1. Open a command console, enter your project directory and run:

```
composer require linderp/sulu-swiss-qr-bill-bundle
```

If you're **not** using Symfony Flex, you'll also need to add the bundle in your `config/bundles.php` file:

```
return [
    //...
    Linderp\SuluSwissQRBillBundle\SuluSwissQRBillBundle::class => ['all' => true],
];
```

2. Register the new routes by adding the following to your `routes_admin.yaml`:

```
SuluSwissQRBillBundle:
    resource: "@SuluSwissQRBillBundle/Resources/config/routes_admin.yml"
```

3. Add the file `config/packages/sulu_swiss_qr_bill.yaml` with the following configuration:

```
sulu_swiss_qr_bill:
  iban: 'CH5604835012345678009'
  name: 'Example'
  street: 'Nowherestreet 23'
  buildingNumber: null
  postalCode: 9999
  city: 'Somewhere'
  country: 'CH'
```

4. Reference the frontend code by adding the following to your `assets/admin/package.json`:

```
"dependencies": {
    "sulu-swiss-qr-bill-bundle": "file:../../vendor/linderp/sulu-swiss-qr-bill-bundle/Resources/js"
}
```

5. Import the frontend code by adding the following to your `assets/admin/app.js`:

```
import "sulu-swiss-qr-bill-bundle";
```

6. Build the admin UI:

```
cd assets/admin
npm run build
```

Usage
-----

[](#usage)

- Go to **Contacts** and select one or more contacts.
- Use the toolbar action **Generate Swiss QR Bills** to download a `qr-bills.zip`.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance85

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

Total

2

Last Release

90d ago

### Community

Maintainers

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

---

Top Contributors

[![pascallinder](https://avatars.githubusercontent.com/u/14151956?v=4)](https://github.com/pascallinder "pascallinder (7 commits)")

### Embed Badge

![Health badge](/badges/linderp-sulu-swiss-qr-bill-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/linderp-sulu-swiss-qr-bill-bundle/health.svg)](https://phpackages.com/packages/linderp-sulu-swiss-qr-bill-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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