PHPackages                             flarone/laravel-eboekhouden - 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. flarone/laravel-eboekhouden

ActiveLibrary

flarone/laravel-eboekhouden
===========================

A Laravel package for E-boekhouden.nl

1.0.1(1y ago)066MITPHPPHP ^7.4||^8.0

Since Jun 12Pushed 1y agoCompare

[ Source](https://github.com/flarone/laravel-eboekhouden)[ Packagist](https://packagist.org/packages/flarone/laravel-eboekhouden)[ Docs](https://github.com/flarone/laravel-eboekhouden)[ RSS](/packages/flarone-laravel-eboekhouden/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

A (Laravel) PHP composer package for E-Boekhouden.nl
====================================================

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

With this 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.

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

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

[](#installation)

You can install the package via composer:

```
composer require flarone/laravel-eboekhouden
```

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 Flarone\EBoekhouden\Client($username, $sec_code_1, $sec_code_2);

// Get a SingleSignOnLink (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
```

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)

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

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51fd7905d0acba590e8e161f4c10f91eef023650ec78751bb7885ce4e9664df0?d=identicon)[Flarone](/maintainers/Flarone)

---

Top Contributors

[![MarcelWiebenga](https://avatars.githubusercontent.com/u/10196899?v=4)](https://github.com/MarcelWiebenga "MarcelWiebenga (3 commits)")

---

Tags

phplaraveleboekhoudenflarone

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/flarone-laravel-eboekhouden/health.svg)

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

###  Alternatives

[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[octw/aramex

A Library to integrate with Aramex APIs

2925.2k](/packages/octw-aramex)

PHPackages © 2026

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