jorisvandesande/yuki-api-client

An API client for the Yuki SOAP API endpoints

dev-master / 1.0.x-dev 2022-06-14 20:36 UTC

This package is auto-updated.

Last update: 2024-05-15 00:39:34 UTC


README

An API client for the Yuki SOAP API endpoints.

Build Status

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()

Usage

use JVDS\YukiClient\ContactClient;

$client = new ContactClient('your-yuki-access-key');
$client->searchContacts();

Official Yuki documentation

Documentation for all Yuki endpoints can be found at: https://support.yuki.nl/nl/support/solutions/articles/11000062989-yuki-api-koppeling