PHP (>=8.0) library for Mango Office VPBX Api
composer require epictest/mango-vpbx
params | type | info |
---|---|---|
$key |
string |
ID |
$salt |
string |
Signature |
use Epictest\MangoVpbx\MangoOffice\Call as MangoCall;
$mangoVpbx = new MangoCall($apiKey, $apiSalt);
params | type | example |
---|---|---|
$from |
string,array |
caller extension or phone number if integer is used as extension |
$to |
string |
number to call |
$response = $this->mangoVpbx->sendCall(to: "79991113366", from: "111");