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. [API Development](/categories/api)
4. /
5. flarone/laravel-eboekhouden

ActiveLibrary[API Development](/categories/api)

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

A Laravel package for E-boekhouden.nl

1.0.1(2y ago)0142MITPHPPHP ^7.4||^8.0

Since Jun 12Pushed 2y 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 yesterday

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

751d 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

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162155.1k1](/packages/joisarjignesh-bigbluebutton)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2563.3k2](/packages/jeroen-g-flickr)[octw/aramex

A Library to integrate with Aramex APIs

2927.7k](/packages/octw-aramex)[exlo89/laravel-sevdesk-api

A helpful Sevdesk API client for Laravel.

1118.4k](/packages/exlo89-laravel-sevdesk-api)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.2k3](/packages/dystcz-lunar-api)[yxx/laravel-quick

agile development

145.6k](/packages/yxx-laravel-quick)

PHPackages © 2026

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