PHPackages                             ultiweb-nl/factuursturen-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ultiweb-nl/factuursturen-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

ultiweb-nl/factuursturen-php-client
===================================

A PHP Client for the FactuurSturen/DigiRechnung API

v0.1-alpha(5y ago)01[1 issues](https://github.com/RemCom/factuursturen-php-client/issues)MITPHPPHP &gt;=7.3

Since Apr 26Pushed 4y agoCompare

[ Source](https://github.com/RemCom/factuursturen-php-client)[ Packagist](https://packagist.org/packages/ultiweb-nl/factuursturen-php-client)[ Docs](http://github.com/)[ RSS](/packages/ultiweb-nl-factuursturen-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![stability-wip](https://camo.githubusercontent.com/96d2a4b49a0fdba0b4bb9a95833c29804125c6370ccb931f32d67f41d666f8cd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746162696c6974792d776f726b5f696e5f70726f67726573732d6c69676874677265792e737667)](https://camo.githubusercontent.com/96d2a4b49a0fdba0b4bb9a95833c29804125c6370ccb931f32d67f41d666f8cd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746162696c6974792d776f726b5f696e5f70726f67726573732d6c69676874677265792e737667) [![Unit Tests](https://github.com/Ultiweb-nl/factuursturen-php-client/workflows/Unit%20Tests/badge.svg)](https://github.com/Ultiweb-nl/factuursturen-php-client/workflows/Unit%20Tests/badge.svg) [![MIT License](https://camo.githubusercontent.com/7c124530b7c185c6928998842a1a52ed4bfd21071bf67db8f325f470cc3160a3/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f61746f6d69632d64657369676e2d75692e7376673f)](https://github.com/Ultiweb-nl/factuursturen-php-client/blob/master/LICENSE) [![Maintenance](https://camo.githubusercontent.com/5ca62441414bacaa54c6c6e5b68e46c76305947b6bf498c4949fc71c1b4b10dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642533462d7965732d677265656e2e737667)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)

STILL WORK IN PROGRESS
======================

[](#still-work-in-progress)

factuursturen-php-client
========================

[](#factuursturen-php-client)

An unofficial client for the Factuursturen/DigiRechnung API.

Installation
------------

[](#installation)

This project can easily be installed through Composer.

```
composer require ultiweb-nl/factuursturen-php-client

```

Set-up connection
-----------------

[](#set-up-connection)

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);
```

Get all invoices
----------------

[](#get-all-invoices)

Returns an array of Parcel objects

```
$invoices = $factuurSturen->invoices()->all();
```

Get a single invoice
--------------------

[](#get-a-single-invoice)

Returns a Parcel object

```
$invoice = $factuurSturen->invoices()->find(1234);
```

Create a new invoice
--------------------

[](#create-a-new-invoice)

```
$invoice = $factuurSturen->invoices();

$invoice->company_name = 'Company name';

$invoice->save();
```

Supported endpoints
-------------------

[](#supported-endpoints)

- Categories
- Profiles

---

- Clients
- Products
- Invoices
- Quotation

Not (yet) supported endpoints (feel free to contribute)
-------------------------------------------------------

[](#not-yet-supported-endpoints-feel-free-to-contribute)

- Invoice Payment
- Invoice Reminder
- Saved Invoices
- Repeating Invoices
- Balance

---

- Get Invoices PDF
- Get Quotation PDF
- Country list
- Taxes
- Search

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e1d4f5c7c1d61412a9bdd804c3004770af73606ef5b57dea34b0155a0688021?d=identicon)[remcom](/maintainers/remcom)

---

Top Contributors

[![remcom](https://avatars.githubusercontent.com/u/3468852?v=4)](https://github.com/remcom "remcom (6 commits)")

---

Tags

apidigirechnungfactuursturenfactuursturen-apiinvoicesphpphpapiinvoicesFactuurSturenDigiRechnung

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ultiweb-nl-factuursturen-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/ultiweb-nl-factuursturen-php-client/health.svg)](https://phpackages.com/packages/ultiweb-nl-factuursturen-php-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
