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

ActiveLibrary[API Development](/categories/api)

uxicodev/php-klanten-vertellen-api
==================================

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

1.2.0(4mo ago)08MITPHPPHP ^8.1

Since May 12Pushed 4mo agoCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

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

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

Important

This package is a fork of the original package located at:

Some changes have been made to support more fields on ReviewInvite, as well as fixing warnings in PHP 8.5.

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 uxicodev/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

36

—

LowBetter than 82% of packages

Maintenance75

Regular maintenance activity

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5d517f8ada3967b001394a63b734357f85d0517c05905e3c89d005ee852d015?d=identicon)[maarten00](/maintainers/maarten00)

---

Top Contributors

[![koenhoeijmakers](https://avatars.githubusercontent.com/u/2232776?v=4)](https://github.com/koenhoeijmakers "koenhoeijmakers (8 commits)")[![maarten00](https://avatars.githubusercontent.com/u/1579711?v=4)](https://github.com/maarten00 "maarten00 (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)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M271](/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)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M96](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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