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(1y ago)1685LGPL-3.0-onlyPHPPHP &gt;=8.1CI failing

Since Apr 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/helinp/helip-sepaqr)[ Packagist](https://packagist.org/packages/helip/sepaqr)[ RSS](/packages/helip-sepaqr/feed)WikiDiscussions main Synced 2w 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

34

—

LowBetter than 74% of packages

Maintenance43

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

450d 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://avatars.githubusercontent.com/u/10816630?v=4)[helip](/maintainers/helip)[@helip](https://github.com/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

[appwrite/server-ce

End to end backend server for frontend and mobile apps.

56.9k115.4k](/packages/appwrite-server-ce)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3932.5M4.3k](/packages/filament-filament)[kriansa/openboleto

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

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

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

165463.2k2](/packages/salla-zatca)[abydahana/aksara

Aksara is a modern, developer-friendly framework and CMS built on CodeIgniter 4, featuring rapid CRUD development, modular architecture, smart routing, flexible access control, API integration, and an AI assistant to make content management faster and smarter.

1141.2k](/packages/abydahana-aksara)[skeeks/cms-shop

Интернет магазин для SkeekS CMS

145.9k25](/packages/skeeks-cms-shop)

PHPackages © 2026

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