Download the PHP package csoellinger/php-fon-webservices without Composer
On this page you can find all versions of the php package csoellinger/php-fon-webservices. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download csoellinger/php-fon-webservices
More information about csoellinger/php-fon-webservices
Files in csoellinger/php-fon-webservices
Package php-fon-webservices
Short Description PHP library to handle FinanzOnline web services.
License Unlicense
Informations about the package php-fon-webservices
csoellinger/php-fon-webservices
PHP library to handle (BMF)FinanzOnline webservices.
- About
- Installation
- Usage
- Session Webservice
- VatID Check Webservice
- Databox Download Webservice
- Example(s)
- Documentation
- Contributing
- Copyright and License
About
Supported webservices for now:
- Session
- VatID check
- Databox download
- File upload
- Bank data transmission
To be done:
- Query data transmission
- Record keeping
- Cash register
Installation
Install this package as a dependency using Composer.
Usage
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.
VatID Check Webservice
Check a vat id (value added tax identification) for validity at two levels. First only return valid or not valid, second also return the company name and address if available.
Databox Download Webservice
Example(s)
The easiest way to start the examples is to start a PHP server:
Now open your browser and go to http://localhost:8005
Documentation
Markdown
Contributing
Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.
If you found a bug or have an idea feel free to post it here on github.
Copyright and License
The csoellinger/php-fon-webservices library is free and unencumbered software released into the public domain. Please see UNLICENSE for more information.