PHPackages                             masmerise/de-ridder-den-hertog-for-laravel - 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. [Framework](/categories/framework)
4. /
5. masmerise/de-ridder-den-hertog-for-laravel

ActiveLibrary[Framework](/categories/framework)

masmerise/de-ridder-den-hertog-for-laravel
==========================================

Laravel framework adapter for De Ridder &amp; Den Hertog SDK.

1.1.0(1mo ago)02MITPHPPHP ~8.5CI passing

Since Dec 14Pushed 1mo agoCompare

[ Source](https://github.com/masmerise/de-ridder-den-hertog-for-laravel)[ Packagist](https://packagist.org/packages/masmerise/de-ridder-den-hertog-for-laravel)[ Docs](https://github.com/masmerise/de-ridder-den-hertog-for-laravel)[ RSS](/packages/masmerise-de-ridder-den-hertog-for-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

[![RenH PHP SDK](https://camo.githubusercontent.com/977daa36ff6eac2e8b30a24e6b67daf03fe4d6dfe55192d9282920df2478f036/68747470733a2f2f6d656469612d30312e696d752e6e6c2f73746f726167652f726964646572656e686572746f672e6e6c2f323136332f72656e682d6b6173736173797374656d656e2d77656567736368616c656e2e6a7067)](https://camo.githubusercontent.com/977daa36ff6eac2e8b30a24e6b67daf03fe4d6dfe55192d9282920df2478f036/68747470733a2f2f6d656469612d30312e696d752e6e6c2f73746f726167652f726964646572656e686572746f672e6e6c2f323136332f72656e682d6b6173736173797374656d656e2d77656567736368616c656e2e6a7067)[![Laravel](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)

[![Build Status](https://github.com/masmerise/de-ridder-den-hertog-for-laravel/actions/workflows/test.yml/badge.svg)](https://github.com/masmerise/de-ridder-den-hertog-for-laravel/actions)[![Total Downloads](https://camo.githubusercontent.com/a0611c6ec0c813f9fd89ad848dbb23cbc85df2bc511a8e4aaf26f59ac2ecb833/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61736d65726973652f64652d7269646465722d64656e2d686572746f672d666f722d6c61726176656c)](https://packagist.org/packages/masmerise/de-ridder-den-hertog-for-laravel)[![Latest Stable Version](https://camo.githubusercontent.com/d7785fe9a2a07082fd3006038be6d9f5e26b1a7c05c51924fb1ec13747f31e39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61736d65726973652f64652d7269646465722d64656e2d686572746f672d666f722d6c61726176656c)](https://packagist.org/packages/masmerise/de-ridder-den-hertog-for-laravel)[![License](https://camo.githubusercontent.com/4305c8ae469931304180190092ce015436f77782d875a4cdde5413980d105bcd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61736d65726973652f64652d7269646465722d64656e2d686572746f672d666f722d6c61726176656c)](https://packagist.org/packages/masmerise/de-ridder-den-hertog-for-laravel)

Laravel adapter for De Ridder &amp; Den Hertog SDK
--------------------------------------------------

[](#laravel-adapter-for-de-ridder--den-hertog-sdk)

This package provides convenient access to the [De Ridder &amp; Den Hertog SDK](https://github.com/masmerise/de-ridder-den-hertog-php-sdk) using the Laravel framework.

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

[](#installation)

You can install the package via [composer](https://getcomposer.org):

```
composer require masmerise/de-ridder-den-hertog-for-laravel
```

After that, define your `renh` credentials inside the `config/services.php` configuration file:

```
'renh' => [
    'api_guid' => env('RENH_API_GUID'),
],
```

Usage
-----

[](#usage)

```
$functions = renh()->getApiFunctions();
```

```
$renh = app('renh');

$functions = $renh->getApiFunctions();
```

```
use DeRidderDenHertog\Core\Type\Parameter\Filter;
use DeRidderDenHertog\DeRidderDenHertog;

final readonly class CustomerController
{
    private function __construct(private DeRidderDenHertog $renh) {}

    public function show(string $id): void
    {
        [$customer] = $renh->getCustomers(
            filter: Filter::fromSql("Klantnummer={$id}"),
        );

        return view('customer.show', ['customer' => $customer]);
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Muhammed Sari](https://github.com/mabdullahsari)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance91

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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 ~104 days

Total

2

Last Release

44d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79212cff26df3f844929ef901df8761013cda04b8b08cf619189788ece91783c?d=identicon)[masmerise](/maintainers/masmerise)

---

Top Contributors

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

---

Tags

laravelrenh

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/masmerise-de-ridder-den-hertog-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/masmerise-de-ridder-den-hertog-for-laravel/health.svg)](https://phpackages.com/packages/masmerise-de-ridder-den-hertog-for-laravel)
```

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)

PHPackages © 2026

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