PHPackages                             koenster/php-voys - 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. koenster/php-voys

AbandonedArchivedProject[API Development](/categories/api)

koenster/php-voys
=================

A package to make outgoing calls with the API of voys.nl.

v0.0.0(9y ago)14.5kMITPHPPHP &gt;=5.5.9

Since Jul 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Koenster/php-voys)[ Packagist](https://packagist.org/packages/koenster/php-voys)[ RSS](/packages/koenster-php-voys/feed)WikiDiscussions master Synced 3w ago

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

\#Voys click 2 dial

\##How does it work

```

require_once 'vendor/autoload.php';

$hash = 'your token!!'; // Your click 2 dial token
$fromPhoneNumber = '+31(0)12345678'; // Phone number
$fromPhone = '201'; // Phone number

/** @var \koenster\Voys\Voys $voys */
$voys = new \koenster\Voys\Voys($hash, $fromPhoneNumber, $fromPhone);

$call1 = $voys->call('+31(0)12345678');

/** @var \Koenster\Voys\VoysCall $call1 */
if ($call1->isValid()) {
    $call1->getCallFromPhone();
    $call1->getCallFromPhoneNumber();
    $call1->getCallToDisplayPhoneNumber();
    $call1->getCallToPhoneNumber();
    $call1->getCallId();

    $status = $voys->getCallStatus($call1->getCallId());
    if ($status->isValid()) {
        $status->response;
    }
}

```

\##Stable This repo is not stable yet!

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1be7c9e9c7ecf7fb69443d02d3bf54c9fc5d17194ef0439a861344ddc19fadbd?d=identicon)[Koenster](/maintainers/Koenster)

---

Tags

phonevoysclick 2 dial

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/koenster-php-voys/health.svg)

```
[![Health](https://phpackages.com/badges/koenster-php-voys/health.svg)](https://phpackages.com/packages/koenster-php-voys)
```

###  Alternatives

[stymiee/authnetjson

Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.

19585.5k](/packages/stymiee-authnetjson)[michaeldrennen/geonames

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

9514.1k](/packages/michaeldrennen-geonames)[christianruhstaller/bexio-api-php-client

Client library for bexio API

1136.3k](/packages/christianruhstaller-bexio-api-php-client)[luyadev/luya-headless

LUYA headless API client

1025.6k3](/packages/luyadev-luya-headless)[mrteye/gdax

API for GDAX A service provided by coinbase. (Unofficial)

195.3k](/packages/mrteye-gdax)

PHPackages © 2026

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