ivanlemeshev/onlinepbx

此包已被废弃,不再维护。未建议替代包。

简单的在线PBX HTTP API客户端

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

要求

  • PHP >= 5.6
  • PHP Curl扩展

示例

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