PHPackages                             nkf/example-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. [API Development](/categories/api)
4. /
5. nkf/example-api-client

ActiveLibrary[API Development](/categories/api)

nkf/example-api-client
======================

Клиент для работы с example.com

1.0.1(1y ago)04MITPHPPHP ^8.1

Since Oct 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nkf-v/example-api-client)[ Packagist](https://packagist.org/packages/nkf/example-api-client)[ RSS](/packages/nkf-example-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Example API Клиент
==================

[](#example-api-клиент)

Клиент для взаимодействия с

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

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

```
composer require nkf/example-api-client
```

Comment
-------

[](#comment)

Пример использования клиента для работы с комментариями

```
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\HttpFactory;
use ExampleApi\Config;
use ExampleApi\Clients\CommentClient;

$config = new Config('http://example.com/'); // Можно изменить если используется проксирующий домен

$client = new CommentClient(
  new Client(),
  $config,
  new HttpFactory(),
);

$comments = $client->getAll(); // Получаем все комментарии
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2

Last Release

629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49e0f97141f35cb30af32e6233729544c8318bfd7afa81c6654059a021e33661?d=identicon)[kaktusv6](/maintainers/kaktusv6)

---

Top Contributors

[![nkf-v](https://avatars.githubusercontent.com/u/15686479?v=4)](https://github.com/nkf-v "nkf-v (13 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M735](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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