PHPackages                             kingscode/php-klanten-vertellen-api - 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. kingscode/php-klanten-vertellen-api

ActiveLibrary[API Development](/categories/api)

kingscode/php-klanten-vertellen-api
===================================

This is a wrapper which makes it easy to retrieve and post data to the Klanten Vertellen website

v1.1.0(3y ago)211.6k6[2 PRs](https://github.com/kingscode/php-klanten-vertellen-api/pulls)MITPHPPHP ^8.1

Since May 24Pushed 2y ago5 watchersCompare

[ Source](https://github.com/kingscode/php-klanten-vertellen-api)[ Packagist](https://packagist.org/packages/kingscode/php-klanten-vertellen-api)[ RSS](/packages/kingscode-php-klanten-vertellen-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

php-klanten-vertellen-api
=========================

[](#php-klanten-vertellen-api)

A PHP implementation of the klantenvertellen.nl Api.

This is a PHP package which you can import in any of your PHP projects. The goal of this package is to make it easy to communicate with the KlantenVertellen api with just a few function calls.

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

[](#installation)

```
composer require kingscode/php-klanten-vertellen-api

```

Usage
-----

[](#usage)

⚠️ Before you get started, make sure you already have a `token` and `location id` from the KlantenVertellen website.

You can get the api-token from:

`My Account -> Invite -> Extra Options`

The ID to your review page can be found in the link on the same page as the token:

`(ex: https://www.klantenvertellen.nl/invite-link/XXXXXXX/yourcompany.nl?lang=en)`

### Getting started

[](#getting-started)

To get started you need to create a `KlantenVertellenWrapper` object, like so:

```
$repository = new Repository('YOUR-TOKEN-HERE', 1234, 'nl');
$wrapper = new KlantenVertellenWrapper(new GetReviews($repository), new ReviewInvite($repository));
```

#### Getting reviews

[](#getting-reviews)

```
//This will return 50 latest reviews that got posted on your page
$reviews = $wrapper->reviews()->getReviews(50);

//This will return the 25 worst reviews that got posted on your page
$worstReviews = $wrapper->reviews()->getWorstReviews();
```

#### Sending review invites

[](#sending-review-invites)

```
//You can only send an invite to the same address every 30 days
$wrapper->inviter()->sendInvite('info@mail.com', 'First name', 'Last name');
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

1356d ago

PHP version history (2 changes)v1.0.0PHP ^7.1.3

v1.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3198b2298a5f376feaeaf29c62f1992a6c9b26f8dba88f7521abaa1f4096561b?d=identicon)[kingscode](/maintainers/kingscode)

---

Top Contributors

[![koenhoeijmakers](https://avatars.githubusercontent.com/u/2232776?v=4)](https://github.com/koenhoeijmakers "koenhoeijmakers (8 commits)")[![Deluze](https://avatars.githubusercontent.com/u/32544586?v=4)](https://github.com/Deluze "Deluze (5 commits)")[![mdekroon](https://avatars.githubusercontent.com/u/5446521?v=4)](https://github.com/mdekroon "mdekroon (2 commits)")[![DennisLammers](https://avatars.githubusercontent.com/u/50964553?v=4)](https://github.com/DennisLammers "DennisLammers (1 commits)")[![V1n0n](https://avatars.githubusercontent.com/u/5892069?v=4)](https://github.com/V1n0n "V1n0n (1 commits)")

---

Tags

apiapi-wrapperklantenvertellenphp

### Embed Badge

![Health badge](/badges/kingscode-php-klanten-vertellen-api/health.svg)

```
[![Health](https://phpackages.com/badges/kingscode-php-klanten-vertellen-api/health.svg)](https://phpackages.com/packages/kingscode-php-klanten-vertellen-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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