PHP code example of matoki / telify-client

1. Go to this page and download the library: Download matoki/telify-client 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/ */

    

matoki / telify-client example snippets


$telify = new Matoki\Telify\Client('username', 'password');

$callId = $telify->call('06150-5070150', 'campaign');

$result = $telify->verify($callId, $code);