PHPackages                             gadon78921/comment-client-drom - 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. gadon78921/comment-client-drom

ActiveLibrary

gadon78921/comment-client-drom
==============================

Client to abstract comment service

1.0.2(5y ago)05proprietaryPHPPHP &gt;=7.4

Since Jan 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gadon78921/comment-client-drom)[ Packagist](https://packagist.org/packages/gadon78921/comment-client-drom)[ RSS](/packages/gadon78921-comment-client-drom/feed)WikiDiscussions master Synced today

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

comment-client-drom
===================

[](#comment-client-drom)

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

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

`composer require gadon78921/comment-client-drom`

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

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

```
$httpClient = HttpClient::create();
$mapper = new CommentMapper();
$commentApiHttp = new CommentApiHttp($httpClient, $mapper, 'http://example.com');
$response = $commentApiHttp->list($limit, $offset);

```

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

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

```
$response = $commentApiHttp->list($limit, $offset);

```

### Добавить комментарий:

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

```
$comment = new Comment();
$comment->setName('Ivan');
$comment->setText('Comment_text');
$response = $commentApiHttp->add($comment);

```

### Обновить комментарий:

[](#обновить-комментарий)

```
$comment = new Comment();
$comment->setId(5);
$comment->setName('Ivan');
$comment->setText('Comment_text');
$response = $commentApiHttp->update($comment);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

1946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37911960b5a21f6386a3b0c06a43e95df44c05360b65d5e924a21cfd31199e6a?d=identicon)[gadon78921](/maintainers/gadon78921)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gadon78921-comment-client-drom/health.svg)

```
[![Health](https://phpackages.com/badges/gadon78921-comment-client-drom/health.svg)](https://phpackages.com/packages/gadon78921-comment-client-drom)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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