PHPackages                             helip/sepaqr - 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. helip/sepaqr

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

helip/sepaqr
============

Class to to generate a SEPA Quick Response (QR) code

v1.0.0(11mo ago)1485LGPL-3.0-onlyPHPPHP &gt;=8.1

Since Apr 9Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/helinp/helip-sepaqr)[ Packagist](https://packagist.org/packages/helip/sepaqr)[ RSS](/packages/helip-sepaqr/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

SEPAQR
======

[](#sepaqr)

SEPAQR is a PHP library for generating SEPA (Single Euro Payments Area) QR codes for SCT (SEPA Credit Transfer) transactions. It is designed to follow the guidelines provided by the European Payments Council.

Features
--------

[](#features)

- Create SEPA QR codes for SCT transactions
- Validate input data such as IBAN, BIC, and more
- Customize character set, version, purpose, and other fields
- Generate QR code images using the included SEPAQRGenerator and `chillerlan/php-qrcode` library

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode) ^4.3

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

[](#installation)

Include this library in your project using Composer:

```
composer require helip/sepaqr

```

Usage
-----

[](#usage)

Here's a basic example of how to use the SEPAQR library:

```
use Helip\SEPA\SEPA;

$sepa = new SEPA(
    'WWF-Belgium',
    'BE88191157467641',
    5.0, // Amount
    '',
    'Don en ligne'
);

// QR code as PNG
$sepa->getQR()->savePNG('path', 'qr.png');
```

[![Generated QR code from example](examples/qr.png)](examples/qr.png)

License
-------

[](#license)

SEPAQR is licensed under the [LGPL-3.0-only License](https://spdx.org/licenses/LGPL-3.0-only.html).

References
----------

[](#references)

- [EPC Quick Response Code Guidelines](https://www.europeanpaymentscouncil.eu/sites/default/files/kb/file/2018-05/EPC069-12%20v2.1%20Quick%20Response%20Code%20-%20Guidelines%20to%20Enable%20the%20Data%20Capture%20for%20the%20Initiation%20of%20a%20SCT.pdf)
- [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance50

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

3

Last Release

351d ago

Major Versions

v0.9.1 → v1.0.02025-05-24

PHP version history (2 changes)v0.9.0PHP &gt;=7.4

v1.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d4c88dc97ceb49817f96dbd5313804ecc519a17a665cd76d0155f35a643646d?d=identicon)[helip](/maintainers/helip)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/helip-sepaqr/health.svg)

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

###  Alternatives

[kriansa/openboleto

Biblioteca para geração de boletos bancários.

6142.2M2](/packages/kriansa-openboleto)[salla/zatca

A helper to generate the QR code and signed it for ZATCA e-invoicing

159416.7k2](/packages/salla-zatca)[open-southeners/laravel-companion-apps

Extend your Laravel applications with companions apps (Android, iOS, PWA...)

233.9k](/packages/open-southeners-laravel-companion-apps)

PHPackages © 2026

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