2017 © Pedro Peláez
 

library voxapi-client-php

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

image

voxbone/voxapi-client-php

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

  • Friday, February 12, 2016
  • by sachanacar
  • Repository
  • 8 Watchers
  • 6 Stars
  • 1,721 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 3 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

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

Voxbone Provisioning API Library (PHP)

The Provisioning API enables Voxbone customers to automate the ordering and configuration of phone numbers and channels., (*1)

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):, (*2)


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

Additionally you need to add your credentials in the Configuration.php file:, (*3)


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

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., (*4)

For using this SDK do the following:, (*5)

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:

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

The Versions

12/02 2016

dev-master

9999999-dev https://www.voxbone.com

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

  Sources   Download

MIT

The Requires

 

19/06 2015

v2.1.1

2.1.1.0 https://www.voxbone.com

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

  Sources   Download

MIT

The Requires

 

08/04 2015

2.1

2.1.0.0 https://www.voxbone.com

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

  Sources   Download

MIT

The Requires

 

03/03 2015

v2.0

2.0.0.0

  Sources   Download

The Requires

 

02/03 2015

v0.1

0.1.0.0

  Sources   Download

The Requires