Skip to content

gdkv/mango-vpbx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mango Office VPBX API ☎️

PHP (>=8.0) library for Mango Office VPBX Api

composer require epictest/mango-vpbx

MangoOffice\Call

params type info
$key string ID
$salt string Signature

Init

use Epictest\MangoVpbx\MangoOffice\Call as MangoCall;

$mangoVpbx = new MangoCall($apiKey, $apiSalt);

Methods

sendCall (Start call)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages