PHPackages                             gldrenthe89/kiyoh-php-client - 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. gldrenthe89/kiyoh-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

gldrenthe89/kiyoh-php-client
============================

PHP Library for connecting to Kiyoh or Klantenvertellen API End Point

v1.2.2(6y ago)07.1kMITPHPPHP &gt;=7.2.0

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gldrenthe89/kiyoh-php-client)[ Packagist](https://packagist.org/packages/gldrenthe89/kiyoh-php-client)[ RSS](/packages/gldrenthe89-kiyoh-php-client/feed)WikiDiscussions master Synced today

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

Kiyoh PHP Client
----------------

[](#kiyoh-php-client)

for use in Laravel projects.

Currently only supported functions are shown below. New functions will be released in the future. Feel free to contribute and create a PR.

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

[](#installation)

You can install the library via composer:

```
composer require gldrenthe89/kiyoh-php-client
```

Usage
-----

[](#usage)

Import class:

```
use Gldrenthe89\KiyohPhpClient\KiyohApi;
```

For group statistics use:

```
$baseUrl    = string // www.kiyoh.com or www.Klantenvertellen.nl';
$apiKey     = string // provided by accountmanager from Kiyoh;
$apiCall    = new KiyohApi($baseUrl, $apiKey);
$response   = $apiCall->getGroupStatistics();
```

For a per location statistics use:

```
$baseUrl    = string  // www.kiyoh.com or www.Klantenvertellen.nl'.
$apiKey     = string  // provided by accountmanager from Kiyoh.
$locationId = integer // provided by accountmanager from Kiyoh of found in respective group dashboard.
$apiCall    = new KiyohApi($baseUrl, $apiKey);
$response   = $apiCall->getLocationStatistics($locationId);
```

Send a review invite: when response has error exception is thrown.

```
$baseUrl            =   string // www.kiyoh.com or www.Klantenvertellen.nl';
$inviteApiKey       =   string // API key (token) to authorize the request, found in respective group dashboard;
$params             =   [
    'location_id'       =>      integer   // ID for the location for which the invite should be sent,
    'invite_email'      =>      string    // email address that should receive the invite,
    'delay'             =>      integer   // number of days after which the email should be sent. 0 is immediately,
    'first_name'        =>      string    // name fields to personalize the invite,
    'last_name'         =>      string    // name fields to personalize the invite,
    'language'          =>      string    // language the invite email is sent, “nl” for Dutch (case sensitive)
    'ref_code'          =>      string    // internal reference code which can be used for administration purposes (the reference code is visible in invite history, review exports and XML feed)
];
$apiCall            =   new KiyohApi($baseUrl, $inviteApiKey);
$response           =   $apiCall->sendReviewInviteJson($params);
```

License
-------

[](#license)

The Kiyoh PHP Client is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

5

Last Release

2314d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68d9b799817787853bfd75d2943db9107eff5c72922de2b746ee658a3e241e64?d=identicon)[gldrenthe89](/maintainers/gldrenthe89)

---

Top Contributors

[![gldrenthe89](https://avatars.githubusercontent.com/u/56250338?v=4)](https://github.com/gldrenthe89 "gldrenthe89 (15 commits)")

---

Tags

phpclientkiyohklantenvertellen

### Embed Badge

![Health badge](/badges/gldrenthe89-kiyoh-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/gldrenthe89-kiyoh-php-client/health.svg)](https://phpackages.com/packages/gldrenthe89-kiyoh-php-client)
```

###  Alternatives

[razorpay/razorpay

Razorpay PHP Client Library

2024.8M44](/packages/razorpay-razorpay)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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