PHPackages                             kaetan/api-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. [HTTP &amp; Networking](/categories/http)
4. /
5. kaetan/api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kaetan/api-client
=================

Basic HTTP API client for example.com

01PHP

Since Jul 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kaetan/api-client)[ Packagist](https://packagist.org/packages/kaetan/api-client)[ RSS](/packages/kaetan-api-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Установка
---------

[](#установка)

`composer require kaetan/api-client`

Использование
-------------

[](#использование)

Получение списка комментариев:

```
$client = new \Kaetan\ApiClient\Client();
$comments = $client->comments->getComments();

```

Добавление комментария:

```
$client = new \Kaetan\ApiClient\Client();
$result = $client->comments->postComment(
    name: 'Интересные дела 86',
    text: 'Холодный климат часто является помехой для начинающего медитатора.'
);

```

Обновление комментария:

```
$client = new \Kaetan\ApiClient\Client();
$result = $client->comments->updateComment(
    id: 57,
    name: 'Интересные дела 57',
    text: 'Когда искатель сидит в позе торжественного медитатора, то, как правило он притворяется.'
);

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17548433?v=4)[Kirill Prokudin](/maintainers/Kaetan)[@kaetan](https://github.com/kaetan)

### Embed Badge

![Health badge](/badges/kaetan-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/kaetan-api-client/health.svg)](https://phpackages.com/packages/kaetan-api-client)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k131](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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