ivanlemeshev/onlinepbx

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

A simple onlinePBX HTTP API client

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]);