PHP code example of epictest / mango-vpbx

1. Go to this page and download the library: Download epictest/mango-vpbx library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

epictest / mango-vpbx example snippets


use Epictest\MangoVpbx\MangoOffice\Call as MangoCall;

$mangoVpbx = new MangoCall($apiKey, $apiSalt);
 
$response = $this->mangoVpbx->sendCall(to: "79991113366", from: "111");