定制 helip/sepaqr 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

helip/sepaqr

最新稳定版本:v1.0.0

Composer 安装命令:

composer require helip/sepaqr

包简介

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

README 文档

README

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

  • 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

Installation

Include this library in your project using Composer:

composer require helip/sepaqr

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

License

SEPAQR is licensed under the LGPL-3.0-only License.

References

统计信息

  • 总下载量: 459
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2023-04-09