PHPackages                             voxbone/voxapi-client-php - 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. voxbone/voxapi-client-php

AbandonedArchivedLibrary[API Development](/categories/api)

voxbone/voxapi-client-php
=========================

The Provisioning API enables Voxbone customers to automate the ordering and configuration of phone numbers and channels.n

v2.1.1(11y ago)71.7k8[1 issues](https://github.com/voxbone/voxapi-client-php/issues)[2 PRs](https://github.com/voxbone/voxapi-client-php/pulls)MITPHPPHP &gt;=5.4.0

Since Mar 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/voxbone/voxapi-client-php)[ Packagist](https://packagist.org/packages/voxbone/voxapi-client-php)[ Docs](https://www.voxbone.com)[ RSS](/packages/voxbone-voxapi-client-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

WARNING: This repository is deprecated and should not be used. It does not receive any security patches or updates.
-------------------------------------------------------------------------------------------------------------------

[](#warning-this-repository-is-deprecated-and-should-not-be-used-it-does-not-receive-any-security-patches-or-updates)

Voxbone Provisioning API Library (PHP)
======================================

[](#voxbone-provisioning-api-library-php)

The Provisioning API enables Voxbone customers to automate the ordering and configuration of phone numbers and channels.

How To Configure:
=================

[](#how-to-configure)

The generated code might need to be configured with your API credentials. To do that, provide the credentials and configuration values as a constructor parameters for the controllers. This can be done in the following manner (see ordering.php):

```

Unirest::auth(Configuration::$BasicAuthUserName, Configuration::$BasicAuthPassword);

```

Additionally you need to add your credentials in the Configuration.php file:

```

  public static $BasicAuthUserName = "your_username";
  public static $BasicAuthPassword = "you_password";

```

How To Build:
=============

[](#how-to-build)

The generated code uses a PHP library namely UniRest. The reference to this library is already added as a composer dependency in the generated composer.json file. Therefore, you will need internet access to resolve this dependency.

For using this SDK do the following:

```
1. Open a new PHP >= 5.3 project and copy the generated PHP files in the project
   directory.
2. Use composer (https://getcomposer.org/) to install the dependencies. Usually this can be done through a
   context menu command "php composer.phar install".
3. You can now instantiate controllers and call the respective methods.
4. cdrs.php, inventory.php, ordering.php, configuration.php, and regulation.php contain sample code that uses this library.

```

Contributing:
=============

[](#contributing)

If you find issues or have any improvements for the library, please don't hesitate to commit or open an issue.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% 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 ~36 days

Total

4

Last Release

4030d ago

Major Versions

v0.1 → v2.02015-03-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/4763757bb057ebafe4b1bcc163a0523887209ced4b8deb4681b9400e2c7b5b72?d=identicon)[sachanacar](/maintainers/sachanacar)

![](https://www.gravatar.com/avatar/1601bdcd1d70fb212f8755dd9e5577f89ed736671b8963c5b2074c133bf0f1cb?d=identicon)[vmorsiani](/maintainers/vmorsiani)

---

Top Contributors

[![sachanacar](https://avatars.githubusercontent.com/u/1926452?v=4)](https://github.com/sachanacar "sachanacar (20 commits)")[![ihuston](https://avatars.githubusercontent.com/u/1322364?v=4)](https://github.com/ihuston "ihuston (1 commits)")

### Embed Badge

![Health badge](/badges/voxbone-voxapi-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/voxbone-voxapi-client-php/health.svg)](https://phpackages.com/packages/voxbone-voxapi-client-php)
```

###  Alternatives

[square/square

Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.

773.9M27](/packages/square-square)[paypal/paypal-server-sdk

PayPal's SDK for interacting with the REST APIs

62833.4k12](/packages/paypal-paypal-server-sdk)

PHPackages © 2026

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