PHPackages                             intvent/eboekhouden-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. intvent/eboekhouden-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

intvent/eboekhouden-php
=======================

A PHP framework agnostic package for E-boekhouden.nl

v2.1.0(2y ago)1210.3k↑10.8%15[1 issues](https://github.com/IntVent/eboekhouden-php/issues)MITPHPPHP ^7.4||^8.0CI failing

Since Jul 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/IntVent/eboekhouden-php)[ Packagist](https://packagist.org/packages/intvent/eboekhouden-php)[ Docs](https://github.com/spatie/eboekhouden-php)[ GitHub Sponsors](https://github.com/petericebear)[ RSS](/packages/intvent-eboekhouden-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (14)Used By (0)

A PHP composer package for E-Boekhouden.nl
==========================================

[](#a-php-composer-package-for-e-boekhoudennl)

[![Tests](https://github.com/intvent/eboekhouden-php/workflows/Tests/badge.svg)](https://github.com/intvent/eboekhouden-php/workflows/Tests/badge.svg) [![Psalm](https://github.com/intvent/eboekhouden-php/workflows/Psalm/badge.svg)](https://github.com/intvent/eboekhouden-php/workflows/Psalm/badge.svg)

With this framework agnostic package you can easily integrate E-boekhouden.nl within any PHP project.
If you wish to use this package and want to support future development. Please consider to [sponsor](https://github.com/sponsors/petericebear).

View the original [SOAP documentation](https://secure.e-boekhouden.nl/handleiding/Documentatie_soap.pdf).

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

[](#installation)

You can install the package via composer:

```
composer require intvent/eboekhouden-php
```

Usage (Examples)
----------------

[](#usage-examples)

```
require __DIR__ . '/vendor/autoload.php';

$username = 'username';
$sec_code_1 = 'sec_code_1';
$sec_code_2 = 'sec_code_2';

$client = new IntVent\EBoekhouden\Client($username, $sec_code_1, $sec_code_2);

// Get a SigleSignOnLink (AutoLogin)
$autoLogin = $client->autoLogin();

// Get all Articles
$articles = $client->getArticles();

// Get all Relations
$relations = $client->getRelations();

// Get all Mutations
$mutations = $client->getMutations();

// Get all Ledgers
$ledgers = $client->getLedgers();

// Get all Invoices
$invoices = $client->getInvoices();

// Get all Balances
$balances = $client->getBalances();
```

Testing &amp; building
----------------------

[](#testing--building)

To testing the package locally run:

```
composer test
```

Before publishing any changes you can run code formatting and PSALM.

```
composer format
composer psalm
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [IntVent](https://github.com/IntVent)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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

Every ~110 days

Recently: every ~205 days

Total

11

Last Release

1081d ago

Major Versions

v0.1.3 → v1.0.02020-07-26

v1.0.4 → v2.0.02022-07-25

PHP version history (2 changes)v0.1PHP ^7.4

v1.0.2PHP ^7.4||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/339796?v=4)[Peter Steenbergen](/maintainers/petericebear)[@petericebear](https://github.com/petericebear)

---

Top Contributors

[![petericebear](https://avatars.githubusercontent.com/u/339796?v=4)](https://github.com/petericebear "petericebear (65 commits)")[![robmeijerink](https://avatars.githubusercontent.com/u/14540290?v=4)](https://github.com/robmeijerink "robmeijerink (11 commits)")[![SoftwareOnbekend](https://avatars.githubusercontent.com/u/40216653?v=4)](https://github.com/SoftwareOnbekend "SoftwareOnbekend (3 commits)")[![mathijsm0](https://avatars.githubusercontent.com/u/11771235?v=4)](https://github.com/mathijsm0 "mathijsm0 (1 commits)")[![tofra](https://avatars.githubusercontent.com/u/1746173?v=4)](https://github.com/tofra "tofra (1 commits)")[![ixp-nl](https://avatars.githubusercontent.com/u/7010978?v=4)](https://github.com/ixp-nl "ixp-nl (1 commits)")[![vanrooij-it](https://avatars.githubusercontent.com/u/16246589?v=4)](https://github.com/vanrooij-it "vanrooij-it (1 commits)")[![LauLaman](https://avatars.githubusercontent.com/u/8283992?v=4)](https://github.com/LauLaman "LauLaman (1 commits)")[![mathijs-enreach](https://avatars.githubusercontent.com/u/149477918?v=4)](https://github.com/mathijs-enreach "mathijs-enreach (1 commits)")

---

Tags

e-boekhoudeneboekhoudenphpintventeboekhouden-php

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/intvent-eboekhouden-php/health.svg)

```
[![Health](https://phpackages.com/badges/intvent-eboekhouden-php/health.svg)](https://phpackages.com/packages/intvent-eboekhouden-php)
```

PHPackages © 2026

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