2017 © Pedro Peláez
 

library incontact

Client class for the inContact API

image

antsar/incontact

Client class for the inContact API

  • Friday, February 2, 2018
  • by antsar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

inContact API

PHP client library for the inContact API., (*1)

Installation

Composer is the recommended way to install this library., (*2)

composer require antsar/incontact, (*3)

Usage

// Autoload the inContact class.
require __DIR__ . '/vendor/autoload.php';

// Create an API client instance.
$inContact = new \antsar\incontact\InContact(
    'exampleApp',       // Application Name as registered with inContact
    'exampleCompany',   // Vendor Name as registered with inContact
    '012345',           // Business Unit number as registered with inContact
    'exampleUser',      // inContact User Name
    'hunter2'           // inContact User Password
);

// Get status for all agents
$agents = $inContact->get('/agents/states');

// Request a call-back
$response = $inContact->post('/queuecallback', ['phoneNumber' => '8005550100']);

For more details, please see:, (*4)

Status

This library is very rudimentary, and could be improved. Contributions (issues or pull requests) are welcome and appreciated., (*5)

Changes

See CHANGELOG.md., (*6)

Development

See CONTRIBUTING.md., (*7)

The Versions

02/02 2018

dev-master

9999999-dev

Client class for the inContact API

  Sources   Download

MIT

The Development Requires

by Anton Sarukhanov

02/02 2018

0.2.2

0.2.2.0

Client class for the inContact API

  Sources   Download

MIT

The Development Requires

by Anton Sarukhanov

02/02 2018

0.2.1

0.2.1.0

Client class for the inContact API

  Sources   Download

MIT

The Development Requires

by Anton Sarukhanov

02/02 2018

0.2

0.2.0.0

Client class for the inContact API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Sarukhanov

20/01 2018

0.1

0.1.0.0

Client class for the inContact API

  Sources   Download

MIT

by Anton Sarukhanov