Skip to content

new-tel/newtel-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

New-tel php API library

Welcome to the developer pages for the New-tel php library API.

Features

  • CallPassword (Flash call).
  • Request call.
  • Autodial call.

Requirements

  • PHP >= 5.4
  • curl libs

Install

Please use git clone command.

Basic usage of Newtel-php-api client

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

Documentation could be found at:
[RUS documentation]: (https://public.new-tel.net/docs/newtel_API.pdf)

Swagger link

https://swagger.new-tel.net/

Releases

No releases published

Packages

No packages published

Languages