ivanlemeshev/onlinepbx

This package is abandoned and no longer maintained. No replacement package was suggested.

A simple onlinePBX HTTP API client

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ivanlemeshev/onlinepbx

v1.0.2 2016-11-17 11:39 UTC

This package is auto-updated.

Last update: 2021-05-09 07:08:50 UTC


README

Build Status Latest Stable Version Total Downloads License

Requirements:

  • PHP >= 5.6
  • PHP Curl extension

Example:

$client = new \IvanLemeshev\OnPBX\Client('domain', 'key');
$history = $client->get('/history/search.json', ['billsec_from' => 30]);