PHPackages                             phrlog/zvonok-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. phrlog/zvonok-client

ActiveLibrary[API Development](/categories/api)

phrlog/zvonok-client
====================

Client for Zvonok(calltools) API

v1.1.0(6y ago)12MITPHPPHP &gt;=7.2CI failing

Since Nov 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Phrlog/zvonok-client)[ Packagist](https://packagist.org/packages/phrlog/zvonok-client)[ Docs](https://github.com/phrlog/zvonok-client)[ RSS](/packages/phrlog-zvonok-client/feed)WikiDiscussions master Synced today

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

zvonok-client
=============

[](#zvonok-client)

[![Build Status](https://camo.githubusercontent.com/2c3d22f683827e8ac2b3894598b3f9d7d41940b67c292c5ce5bdfcd3e2f85b1d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5068726c6f672f7a766f6e6f6b2d636c69656e742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Phrlog/zvonok-client/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1e68fc0767a404a926e958247836759dbe8845ab1488df3cc630dbbd271bf148/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5068726c6f672f7a766f6e6f6b2d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Phrlog/zvonok-client/?branch=master)[![License](https://camo.githubusercontent.com/45f79407e6134e6e588596c974c88a82da930c382364d0ef23ce28c6209983a4/68747470733a2f2f706f7365722e707567782e6f72672f7068726c6f672f7a766f6e6f6b2d636c69656e742f6c6963656e7365)](https://packagist.org/packages/phrlog/zvonok-client)

Description
-----------

[](#description)

Library for interacting with [Zvonok(CallTools)](https://zvonok.com/) API

Installation
------------

[](#installation)

`composer require phrlog/zvonok-client`

Examples
--------

[](#examples)

### Client initialization

[](#client-initialization)

```
$client = new \Phrlog\Zvonok\Client(\Phrlog\Zvonok\Config::createCalltools('your_public_key'));
```

### Add call

[](#add-call)

[Docs](https://api-docs.zvonok.com/?version=latest#ca6f7010-34b2-49e5-93e7-876d08b0b0d6)

```
$request = new \Phrlog\Zvonok\Phone\Request\AddCallRequest('+79857777777', 'campaign_id');
$response = $client->execute($request);
```

### Get call by id

[](#get-call-by-id)

[Docs](https://api-docs.zvonok.com/?version=latest#50b1f5ff-200b-4177-b2e5-19aa806e5f63)

```
$request = new \Phrlog\Zvonok\Phone\Request\GetCallByIdRequest('234');
$response = $client->execute($request);
```

### Get call by phone

[](#get-call-by-phone)

[Docs](https://api-docs.zvonok.com/?version=latest#8031f9ee-daa5-4d41-9197-118e93efb62b)

```
$request = new \Phrlog\Zvonok\Phone\Request\GetCallByPhoneRequest('+79857777777', 'campaign_id');
$response = $client->execute($request);
```

### Get region by phone

[](#get-region-by-phone)

[Docs](https://api-docs.zvonok.com/?version=latest#8031f9ee-daa5-4d41-9197-118e93efb62b)

```
$request = new \Phrlog\Zvonok\Phone\Request\GetRegionByPhoneRequest('+79857777777');
$response = $client->execute($request);
```

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2368d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9060150?v=4)[Konstantin](/maintainers/Phrlog)[@Phrlog](https://github.com/Phrlog)

---

Top Contributors

[![Phrlog](https://avatars.githubusercontent.com/u/9060150?v=4)](https://github.com/Phrlog "Phrlog (7 commits)")

---

Tags

clientzvonokcalltools

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phrlog-zvonok-client/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)

PHPackages © 2026

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