PHPackages                             csoellinger/php-fon-webservices - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. csoellinger/php-fon-webservices

ActiveLibrary[File &amp; Storage](/categories/file-storage)

csoellinger/php-fon-webservices
===============================

PHP library to handle FinanzOnline web services.

2.0.4(4mo ago)476[1 PRs](https://github.com/CSoellinger/php-fon-webservices/pulls)UnlicensePHPPHP ^8.1 || ^8.2 || ^8.3 || ^8.4CI passing

Since Mar 8Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/CSoellinger/php-fon-webservices)[ Packagist](https://packagist.org/packages/csoellinger/php-fon-webservices)[ Docs](https://github.com/CSoellinger/php-fon-webservices)[ RSS](/packages/csoellinger-php-fon-webservices/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (13)Versions (16)Used By (0)

csoellinger/php-fon-webservices
===============================

[](#csoellingerphp-fon-webservices)

**PHP library to handle (BMF)FinanzOnline webservices.**

[![Source Code](https://camo.githubusercontent.com/f630312272d1a8f379874a85a4610adcb7ac6c87565dc8350f0e64be0ee2b536/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d63736f656c6c696e6765722f7068702d2d666f6e2d2d77656273657276696365732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/csoellinger/php-fon-webservices)[![Download Package](https://camo.githubusercontent.com/409826328d3d202e62041a2bc38a2d110053c91e2975381e686c235c919cd688/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63736f656c6c696e6765722f7068702d666f6e2d77656273657276696365732e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://packagist.org/packages/csoellinger/php-fon-webservices)[![PHP Programming Language](https://camo.githubusercontent.com/d15a26d359f52d33d6c24d3542db6cc49c1d7d256a8537bb4a1691c7498c61a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f63736f656c6c696e6765722f7068702d666f6e2d77656273657276696365732e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d253233383839324246)](https://php.net)[![Read License](https://camo.githubusercontent.com/94bf7e80728c5a2cd81040f545d4f4ae84f70770ebe0a37d2b2e189b76a9b35c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63736f656c6c696e6765722f7068702d666f6e2d77656273657276696365732e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d6461726b6379616e)](https://github.com/csoellinger/php-fon-webservices/blob/master/UNLICENSE)[![Package downloads on Packagist](https://camo.githubusercontent.com/4335b44f3008d00e9dc063ad5d18a5c528a8f85db2a5b3d05b3f5f5da3880f69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63736f656c6c696e6765722f7068702d666f6e2d77656273657276696365732e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d6461726b6d6167656e7461)](https://packagist.org/packages/csoellinger/php-fon-webservices/stats)[![Build status](https://camo.githubusercontent.com/000e165d1dceb6f2e5077b9ccb7e3103d200f2fe34b605d40f9e60a505b91d63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63736f656c6c696e6765722f7068702d666f6e2d77656273657276696365732f63692e796d6c3f6c6162656c3d4349266c6f676f3d676974687562267374796c653d666c61742d737175617265)](https://github.com/csoellinger/php-fon-webservices/actions/workflows/ci.yml)

- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
    - [Session Webservice](#session-webservice)
    - [VatID Check Webservice](#vatid-check-webservice)
    - [Databox Download Webservice](#databox-download-webservice)
- [Example(s)](#examples)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Copyright and License](#copyright-and-license)

---

About
-----

[](#about)

Supported webservices:

- Session
- VatID check
- Databox download
- File upload
- Bank data transmission
- Query data transmission

To be done:

- Record keeping
- Cash register

Installation
------------

[](#installation)

Install this package as a dependency using [Composer](https://getcomposer.org).

```
composer require csoellinger/php-fon-webservices
```

Usage
-----

[](#usage)

### Session Webservice

[](#session-webservice)

This webservice is needed for all other webservices but can also be used standalone (e.g. for using it with a service which is not supported by this library at the moment). Before you can use it you need to set up a credential class with all necessary informations.

```
