PHPackages                             trykapi/kapi-php - 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. trykapi/kapi-php

ActiveLibrary[API Development](/categories/api)

trykapi/kapi-php
================

v0.0.2(2y ago)08MITPHP

Since Jun 9Pushed 2y agoCompare

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

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

About Kapi
----------

[](#about-kapi)

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

[](#installation)

```
composer require trykapi/kapi-php
```

Usage
-----

[](#usage)

```
$kapi = new KapiClient([
    'api_key' => 'YOUR_API_KEY',
]);

// list of users
$users = $kapi->users->index([
    'filter' => [
        'first_name' => 'Alexander',
    ],
    'sort' => '-first_name',
]);

//get user by id
$user = $kapi->users->show(1, [
    'include' => 'invitationStatus'
]);

use Kapi\KapiSdk\Exception\ValidationException;

try {
    $result = $kapi->users->store([
        'first_name' => 'John',
        'last_name' => 'Doe',
        'email' => 'john@trykapi.com',
    ]);
} catch (ValidationException $e) {
    $errors = $e->getData();
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

1074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89b4b9ce9ff7933e16a7c31a5ebebf0985cb3d8b211fcd5fd5eef517f0411b75?d=identicon)[info@trykapi.com](/maintainers/info@trykapi.com)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/trykapi-kapi-php/health.svg)

```
[![Health](https://phpackages.com/badges/trykapi-kapi-php/health.svg)](https://phpackages.com/packages/trykapi-kapi-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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