mschindler83/fints-hbci-php

用于 fints 和 hbci 协议的 PHP 库

1.0.4 2017-02-15 13:48 UTC

This package is auto-updated.

Last update: 2024-09-15 20:43:12 UTC


README

Build Status Latest Stable Version Scrutinizer Code Quality Monthly Downloads License

A PHP library implementing the basics of the FinTS / HBCI protocol. It can be used to fetch the balance of connected bank accounts and for fetching bank statements of accounts.

入门指南

通过 composer 安装

composer require mschindler83/fints-hbci-php

如何使用它

您可以查看此存储库中的 "Samples" 文件夹。只需填写从第 13 行到 17 行的所需数据,然后运行脚本。

您可以在以下位置找到您银行的服务器信息: https://www.hbci-zka.de/institute/institut_auswahl.htm

贡献

银行兼容性

这个库只能通过您的帮助才能稳定工作!由于我在测试不同银行方面非常有限,所以从您那里得到一些反馈将会很好。您可以随意为 COMPATIBILITY.md 文件创建 PR,您可以在其中更新工作银行的列表。

代码风格

如果您打算为此库做出贡献,请确保您尽可能遵循 PSR 编码规则(至少 PSR-0 到 PSR-4)。您可以在 这里 找到 PHP 标准建议

祝您玩得开心!

正在寻找一个能够处理交易的专业版本?请查看 http://fints-hbci-php.markus-schindler.de/pro.html