2017 © Pedro Peláez
 

library databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

image

databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  • Thursday, June 7, 2018
  • by Tomdarkness
  • Repository
  • 3 Watchers
  • 0 Stars
  • 741 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

Databowl VAPI PHP Client

Introduction

This package contains a PHP library to communicate with the Databowl's VAPI service., (*1)

Installation

The recommended way to install databowl/databowl-vapi is through Composer., (*2)

composer require databowl/databowl-vapi

Example

First create your client:, (*3)

$configArray = [
    'privateKey' => '',
    'publicKey' => '',
];

$config = \Databowl\Vapi\ClientConfig::createFromArray($configArray);
$client = new \Databowl\Vapi\Client($config);

Then create your request and send it using the client:, (*4)

$request = new \Databowl\Vapi\Validators\Hlr();
$request->setMobile('your-mobile-number');

$result = $client->sendRequest($request);

Further examples are available in the ./examples folder., (*5)

Version History

This library has not yet been tagged for release., (*6)

The Versions

07/06 2018

dev-master

9999999-dev https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi

07/06 2018

v0.1.4

0.1.4.0 https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi

03/05 2018

v0.1.3

0.1.3.0 https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi

14/12 2016

v0.1.2

0.1.2.0 https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi

14/12 2016

v0.1.1

0.1.1.0 https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi

09/11 2016

v0.1.0

0.1.0.0 https://github.com/Databowl/databowl-vapi

A PHP client for the Databowl Validation API (VAPI)

  Sources   Download

MIT

The Requires

 

api php client databowl vapi