PHPackages                             mjaschen/bezahlcode - 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. [Payment Processing](/categories/payments)
4. /
5. mjaschen/bezahlcode

ActiveLibrary[Payment Processing](/categories/payments)

mjaschen/bezahlcode
===================

BezahlCode Generator Library

4.0.0(10mo ago)128.1k—3.7%4MITPHPPHP ^8.2CI passing

Since Oct 8Pushed 10mo ago2 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (10)Used By (0)

BezahlCode PHP Library
======================

[](#bezahlcode-php-library)

[![Bezahlcode Tests](https://github.com/mjaschen/bezahlcode/actions/workflows/tests.yaml/badge.svg)](https://github.com/mjaschen/bezahlcode/actions/workflows/tests.yaml) [![Latest Stable Version](https://camo.githubusercontent.com/da6d86b4239351de0bb2dea870ce2c697d40003034e61789596d5a81bfeee727/68747470733a2f2f706f7365722e707567782e6f72672f6d6a61736368656e2f62657a61686c636f64652f762f737461626c652e706e67)](https://packagist.org/packages/mjaschen/bezahlcode)

Introduction
------------

[](#introduction)

*BezahlCode* is a PHP library for creating BezahlCode QR-Code images and URIs.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [SEPA Transfer](#sepa-transfer)
    - [Classic Transfer](#classic-transfer)
    - [Other Types](#other-types)
- [Bugs / To Do](#bugs-to-do)
- [Credits](#credits)

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

[](#requirements)

*BezahlCode* requires at least PHP 8.2.

If you're using an older PHP version, you can install:

- *BezahlCode* 3.x which is compatible to PHP versions &gt;= 7.3 or
- *BezahlCode* 2.x which is compatible to PHP versions &gt;= 7.1 or
- *BezahlCode* 1.x which is compatible to PHP versions &gt;= 5.3.

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

[](#installation)

*BezahlCode* is installed via [Composer](http://getcomposer.org/):

Just add it to your `composer.json` by running:

```
composer require mjaschen/bezahlcode

```

Usage
-----

[](#usage)

### SEPA Transfer

[](#sepa-transfer)

Output a BezahlCode image directly to the browser:

```
