PHPackages                             semivan/bothelp-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. semivan/bothelp-api-client

ActiveLibrary[API Development](/categories/api)

semivan/bothelp-api-client
==========================

PHP клиент для работы с API Bothelp.io

1.0.1(4y ago)22.0kMITPHPPHP &gt;=7.1

Since Sep 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/semivan/bothelp-api-client)[ Packagist](https://packagist.org/packages/semivan/bothelp-api-client)[ RSS](/packages/semivan-bothelp-api-client/feed)WikiDiscussions main Synced 3w ago

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

PHP клиент для работы с API Bothelp.io
======================================

[](#php-клиент-для-работы-с-api-bothelpio)

Требования
----------

[](#требования)

- PHP &gt;= 7.1
- [symfony/http-client](https://github.com/symfony/http-client)

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

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

```
composer require semivan/bothelp-api-client
```

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

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

```
$client = new \Bothelp\BothelpClient($clientId, $clientSecret);

// Получить всех подписчиков
$subscribers = $client->subscribers()->getAll();

// Добавить подписчику теги
$client->subscribers()->addTags($subscriberId, ['tag1', 'tag2', 'tag3']);

// Удалить у подписчика теги
$client->subscribers()->removeTags($subscriberId, ['tag1', 'tag2']);

// Изменить полное имя подписчика
$client->subscribers()->replaceName($subscriberId, 'name');

// Изменить имя подписчика
$client->subscribers()->replaceFirstName($subscriberId, 'firstname');

// Изменить фамилию подписчика
$client->subscribers()->replaceLastName($subscriberId, 'lastname');

// Изменить номер телефона подписчика
$client->subscribers()->replacePhone($subscriberId, '+71234567890');

// Изменить email подписчика
$client->subscribers()->replaceEmail($subscriberId, 'email@example.com');

// Изменить заметку подписчика
$client->subscribers()->replaceNote($subscriberId, 'note');

// Изменить пользовательское поле подписчика
$client->subscribers()->replaceCustomField($subscriberId, 'custom field value');

// Отправить подписчику сообщение
$client->subscribers()->sendMessage($subscriberId, 'message text');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~79 days

Total

2

Last Release

1667d ago

PHP version history (2 changes)1.0PHP ^7.1

1.0.1PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b64eef193712507d79074992b2d00a91ff1a406bcb3a593a60be1ee1e5b7a4cc?d=identicon)[semivan](/maintainers/semivan)

---

Top Contributors

[![semivan](https://avatars.githubusercontent.com/u/17897831?v=4)](https://github.com/semivan "semivan (3 commits)")

---

Tags

apiclientlibrarybothelp.iobothelp

### Embed Badge

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

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

###  Alternatives

[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46784.5k5](/packages/deepseek-php-deepseek-php-client)[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80226.6k6](/packages/gorkalaucirica-hipchat-v2-api-client)[teknoo/sellsy-client

PHP library to connect your applications to your Sellsy account account using the Sellsy API and build your websites and your platforms on the Sellsy technology.

17207.2k](/packages/teknoo-sellsy-client)

PHPackages © 2026

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