Skip to content

jorisvandesande/yuki-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yuki API Client

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

About

Yuki SOAP API Client (https://www.yuki.nl/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages