15 lines
484 B
Markdown
15 lines
484 B
Markdown
##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.
|