forked from mschindler83/fints-hbci-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fffa9f
commit 78883fe
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# FinTS HBCI PHP | ||
|
||
[![Build Status](https://travis-ci.org/mschindler83/fints-hbci-php.svg?branch=master)](https://travis-ci.org/mschindler83/fints-hbci-php) | ||
|
||
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. | ||
|
||
## Getting Started | ||
|
||
Install via composer: | ||
|
||
composer require mschindler83/fints-hbci-php | ||
|
||
|
||
## How to use it | ||
|
||
You can have a look at the "Samples" folder in this repository. | ||
|
||
### Have fun! |