An unofficial client for the Factuursturen/DigiRechnung API.
This project can easily be installed through Composer.
composer require ultiweb-nl/factuursturen-php-client Prepare the client for connecting to FactuurSturen with your API key and API secret. (Optionally you can send your Partner id as 3rd param.)
$factuurSturen = new \UltiwebNL\FactuurSturenPhpClient\FactuurSturen(); $factuurSturen->setUsername($username); $factuurSturen->setPassword($password);Returns an array of Parcel objects
$invoices = $factuurSturen->invoices()->all();Returns a Parcel object
$invoice = $factuurSturen->invoices()->find(1234);$invoice = $factuurSturen->invoices(); $invoice->company_name = 'Company name'; $invoice->save();- Categories
- Profiles
- Clients
- Products
- Invoices
- Quotation
- Invoice Payment
- Invoice Reminder
- Saved Invoices
- Repeating Invoices
- Balance
- Get Invoices PDF
- Get Quotation PDF
- Country list
- Taxes
- Search