2017 © Pedro Peláez
 

library flexfone-php-client

A client for the Flexfone API

image

dnyg/flexfone-php-client

A client for the Flexfone API

  • Thursday, April 12, 2018
  • by danyg
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

Flexfone API Client

This is a library for using the Flexfone API., (*1)

Installation

This package can be installed using composer, (*2)

composer require dnyg/flexfone-php-client, (*3)

PHP 7.1 or greater is required., (*4)

Usage

To use the client just pass your credentials into the constructor of the Flexfone\ApiClient(), (*5)

Examples

Getting an employee by localNumber (200), (*6)

$client = new Flexfone\ApiClient($pbxId, $key);

$employee = $client->getEmployee(200);

Retrieving all employees, (*7)

$client = new Flexfone\ApiClient($pbxId, $key);

$employee = $client->getEmployees();

Tests

To run the tests, rename the tests\config.example.php to tests\config.php and fill it out., (*8)

The Versions

12/04 2018

dev-master

9999999-dev

A client for the Flexfone API

  Sources   Download

The Requires

 

The Development Requires

by Daniel Nygaard