diff --git a/README.md b/README.md index a7a342c..137c22d 100644 --- a/README.md +++ b/README.md @@ -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!