PHPackages                             9nekra/example-com-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. 9nekra/example-com-client

ActiveLibrary

9nekra/example-com-client
=========================

Simple client for example.com service.

v0.2.1(6y ago)04MITPHPPHP ~7.1

Since Nov 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/9nekra/example-com-client)[ Packagist](https://packagist.org/packages/9nekra/example-com-client)[ Docs](https://github.com/9nekra/example-com-client)[ RSS](/packages/9nekra-example-com-client/feed)WikiDiscussions master Synced 6d ago

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

example-com-client
==================

[](#example-com-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/793e26adbf3f4295b42e6dccdf6a8fc780743f5b136b10017602ecc410f6ca7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f396e656b72612f6578616d706c652d636f6d2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/9nekra/example-com-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/342ea581059fba80d945202fa5b709e1b5ca889e896b0be696f8c1cc6c624b6a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f396e656b72612f6578616d706c652d636f6d2d636c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/9nekra/example-com-client)[![Coverage Status](https://camo.githubusercontent.com/ace07816b4b7f10f7c444d40eb3adbad9df6d2e662d07401111ba9915066295e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f396e656b72612f6578616d706c652d636f6d2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/9nekra/example-com-client/code-structure)[![Quality Score](https://camo.githubusercontent.com/68dd4f583168da965297737a886ede8e405a1f534e33ed2b0056f4e3a447f1ae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f396e656b72612f6578616d706c652d636f6d2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/9nekra/example-com-client)[![Total Downloads](https://camo.githubusercontent.com/cc36dd5fb2b643293b816210810a82289e20396cce44c68c290e5b888b628cf9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f396e656b72612f6578616d706c652d636f6d2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/9nekra/example-com-client)

Данный проект представляет клиента для вымышленного сервиса комментариев example.com

Install
-------

[](#install)

Via Composer

```
$ composer require 9nekra/example-com-client:^0
```

Usage
-----

[](#usage)

### Получение комментариев

[](#получение-комментариев)

```
use Nekra\ExampleComClient\ExampleClientBuilder;

$exampleClient = ExampleClientBuilder::create();
$comments = $exampleClient->getComments();
```

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

[](#добавление-комментария)

```
use \Nekra\ExampleComClient\Comment;

$comment = new Comment(['name' => 'Name 1', 'text' => 'text two']);
$exampleClient->postComment($comment);
```

### Изменение комментария

[](#изменение-комментария)

```
use \Nekra\ExampleComClient\Comment;

$comment = new Comment(['id' => 1, 'name' => 'New Name 22','text' => 'text two']);
$exampleClient->updateComment($comment);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alexander](https://github.com/9nekra)
- \[All Contributors\]\[link-contributors\]

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

3

Last Release

2371d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10030590?v=4)[9nekra](/maintainers/9nekra)[@9nekra](https://github.com/9nekra)

---

Top Contributors

[![9nekra](https://avatars.githubusercontent.com/u/10030590?v=4)](https://github.com/9nekra "9nekra (6 commits)")

---

Tags

9nekraexample-com-client

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/9nekra-example-com-client/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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