An API client for the Yuki SOAP API endpoints.
At the moment only a couple of API calls are implemented:
- AccountingInfo
- GetTransactionDetails
- GetTransactionDocument
- GetGLAccountScheme
- GetStartBalanceByGLAccount
- Administrations
- Administrations
- Archive
- DocumentBinaryData()
- DocumentsInFolder()
- SearchDocuments()
- Contact
- SearchContacts()
- Sales
- ProcessSalesInvoices()
use JVDS\YukiClient\ContactClient;
$client = new ContactClient('your-yuki-access-key');
$client->searchContacts();
Documentation for all Yuki endpoints can be found at: https://support.yuki.nl/nl/support/solutions/articles/11000062989-yuki-api-koppeling