Welcome to the developer pages for the New-tel php library API.
- CallPassword (Flash call).
- Request call.
- Autodial call.
- PHP >= 5.4
- curl libs
Please use git clone command.
For obtaining the API_KEY and API_SIGNATURE please register in our service https://my.new-tel.net/register
<?php
require_once './NewtelAPI.php';
$client = new NewtelApi(
'API_KEY',
'API_SIGNATURE'
);
// Execute request to API;
$response = $client->makeRequest( METHOD_NAME , DATA_ARRAY );
echo $response;
Documentation could be found at:
[RUS documentation]: (https://public.new-tel.net/docs/newtel_API.pdf)