GithubHelp home page GithubHelp logo

new-tel's Introduction

New-Tel PHP Library

Installing

The recommended way to install NewTel is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest version of NewTel:

php composer.phar require alexshangin/new-tel:dev-master

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update NewTel using composer:

composer.phar update

Quick Examples

Make call

<?php
// Require the Composer autoloader.
require 'vendor/autoload.php';

use NewTel\NewTel;

// Instantiate an NewTel instance.
$keyNewtel = '0123456789012345678912344564984984984dfd9fafb48';
$writeKey = 'd654cbb5dc5b6ad5fc6d54bd8f4b9d1c21d95bd95c1bd94';

$newTel = new NewTel($keyNewtel, $writeKey);
$newTel->makeCall('71234567890', '1234');

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.