This API implements the RESTful webservice of Billomat GmbH & Co. KG (https://www.billomat.com/)
This API is under heavily development. Many Tasks has to be done.
user@terminal$ composer update --require-dev
user@terminal$ ./vendor/bin/phpunit -c tests/unit/phpunit.xml
user@terminal$ cp tests/config.dist.yml tests/config.yml
user@terminal$ nano tests/config.yml # Provide user credentials for Billomat API
user@terminal$ ./vendor/bin/phpunit -c tests/integration/phpunit.xml
The API is not completly implemented yet. See https://www.billomat.com/api/ for full reference.
https://www.billomat.com/api/account/
- Have to implement completly
https://www.billomat.com/api/artikel/
- Have to implement completly
https://www.billomat.com/api/rechnungen/
- Have to implement PDF logic
https://www.billomat.com/api/lieferanten/
- Have to implement completly
https://www.billomat.com/api/abo-rechnungen/
- Have to implement completly
https://www.billomat.com/api/angebote/
- Have to implement completly
https://www.billomat.com/api/mahnungen/
- Have to implement completly
https://www.billomat.com/api/eingangsrechnungen/
- Have to implement completly
https://www.billomat.com/api/gutschriften/
- Have to implement completly
https://www.billomat.com/api/auftragsbestaetigungen/
- Have to implement completly
https://www.billomat.com/api/lieferscheine/
- Have to implement completly
https://www.billomat.com/api/briefe/
- Have to implement completly
https://www.billomat.com/api/einstellungen/
- Have to implement completly
https://www.billomat.com/api/benutzer/
- Have to implement completly
https://www.billomat.com/api/aktivitaeten/
- Have to implement completly
https://www.billomat.com/api/suche/
- Have to implement completly
https://www.billomat.com/api/laender/
- Have to implement completly
https://www.billomat.com/api/waehrungen/
- Have to implement completly
Pull Requests are very welcome if unit tests provided also.