Download the PHP package mjaschen/bezahlcode without Composer
On this page you can find all versions of the php package mjaschen/bezahlcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mjaschen/bezahlcode
More information about mjaschen/bezahlcode
Files in mjaschen/bezahlcode
Package bezahlcode
Short Description BezahlCode Generator Library
License MIT
Homepage https://github.com/mjaschen/bezahlcode
Informations about the package bezahlcode
BezahlCode PHP Library
Introduction
BezahlCode is a PHP library for creating BezahlCode QR-Code images and URIs.
Table of Contents
- Installation
- Usage
- SEPA Transfer
- Classic Transfer
- Other Types
- Bugs / To Do
- Credits
Requirements
BezahlCode requires at least PHP 7.3. PHP 8.0 is fully supported.
If you're using an older PHP version, you can install:
- BezahlCode 2.x which is compatible to PHP versions >= 7.1 or
- BezahlCode 1.x which is compatible to PHP versions >= 5.3.
Installation
BezahlCode is installed via Composer:
Just add it to your composer.json
by running:
Usage
SEPA Transfer
Output a BezahlCode image directly to the browser:
Save a BezahlCode image to a file:
Get BezahlCode URI:
Classic Transfer
Output a BezahlCode image directly to the browser:
Saving a BezahlCode to a file and getting the BezahlCode URI works as described in the SEPA Transfer section.
Other Types
- Periodic Transfer
- Periodic SEPA Transfer
- Direct Debit
- SEPA Direct Debit
Bugs / To Do
- TODO: implement missing authorities (contact, contactv2)
- TODO: write more Tests
Credits
- Marcus Jaschen
- QR Code
- BezahlCode
- BezahlCode Specification (PDF)