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(4mo ago)093MITPHPPHP ^8.2

Since Jan 12Pushed 4mo 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 today

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

34

—

LowBetter than 75% of packages

Maintenance76

Regular maintenance activity

Popularity9

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

143d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)

PHPackages © 2026

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