15 lines
484 B
Markdown
Raw Normal View History

2020-08-14 13:36:36 +02:00
##InvoiceFox APi :: php
Examples, tester and library which interfaces few basic methods of InvoiceFox API.
###How to start
To start load files to a http server and try loading **api-tester.html** in your browser.
With that, you can easily simulate a call to any InvoiceFox API function. Don't forget
to first set your API token in the upper right corner.
For code, look at **example.php** for simple practical example of adding a client, creating invoice and downloading PDF.