PHPackages                             jtrw/voiptime-cleint - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jtrw/voiptime-cleint

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jtrw/voiptime-cleint
====================

Client for Voiptime service

1.0.1(4y ago)09MITPHPPHP &gt;=7.4

Since Feb 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jtrw/voiptime-cleint)[ Packagist](https://packagist.org/packages/jtrw/voiptime-cleint)[ RSS](/packages/jtrw-voiptime-cleint/feed)WikiDiscussions master Synced 4w ago

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

Voiptime
========

[](#voiptime)

Install
-------

[](#install)

```
composer require jtrw/voiptime-cleint

```

Documentations
--------------

[](#documentations)

[api.voiptime.net](https://api.voiptime.net)

### Implemented

[](#implemented)

Implemented methods

1. `/clients/exec.do` - createClients
2. `/tacs/campaigns/{$campaignID}/exec.do` - addClientToTacsByCampaignId

### Use

[](#use)

```
require 'vendor/autoload.php';

use GuzzleHttp\Client;
use Jtrw\Voiptime\Voiptime;
use Jtrw\Voiptime\VoipClient;
use Jtrw\Voiptime\Client\VoipClientFields;
use Jtrw\Voiptime\Client\VoipClientPhone;

$voip = new Voiptime(
    new Client(['http_errors' => false]),
    $login,
    $password
);

$result = $voip->createClients(
    true,
    new VoipClient(
        1,
        'SIMPLE',
        'Europe/Kiev',
        new VoipClientFields([
            "id"        => 0,
            "firstname" => "test",
            "lastname"  => "Test",
        ]),
        [new VoipClientPhone('380991117978', VoipClientPhone::PHONE_TYPE_MOBILE, true)]
    )
);

$clients = [
    [
        'clientIdentifiers' => [
            'id' => $result['createResult'][0]['createdClientId'] ?? 0
        ],
    ]
];
$result = $voip->addClientToTacsByCampaignId(
    108,
    10,
    false,
    $clients
);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb69a84ba4d32377e911fcda345ebe671a0a98cbd748c4cf0e3cd786ee12af37?d=identicon)[nil-bora](/maintainers/nil-bora)

---

Top Contributors

[![nilBora](https://avatars.githubusercontent.com/u/5442473?v=4)](https://github.com/nilBora "nilBora (10 commits)")

### Embed Badge

![Health badge](/badges/jtrw-voiptime-cleint/health.svg)

```
[![Health](https://phpackages.com/badges/jtrw-voiptime-cleint/health.svg)](https://phpackages.com/packages/jtrw-voiptime-cleint)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[getdkan/dkan

DKAN Open Data Catalog

385135.4k2](/packages/getdkan-dkan)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[soukicz/llm

LLM client with support for cache, tools and async requests

445.6k](/packages/soukicz-llm)

PHPackages © 2026

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