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(3y ago)08MITPHP

Since Jun 9Pushed 3y 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 2d 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

1121d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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