jorisvandesande / yuki-api-client
An API client for the Yuki SOAP API endpoints
Installs: 8 419
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^7.1.3|^8.0
- ext-simplexml: *
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-04-15 03:02:33 UTC
README
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()
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