2017 © Pedro Peláez
 

library theansr

theansr.com API client

image

yrizos/theansr

theansr.com API client

  • Monday, June 25, 2018
  • by yrizos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP client for ansr API

API documentation: https://github.com/theansr/api, (*1)

Supported endpoints

  • GET /accounts/get_balance
  • POST /calls
  • POST /sms

Installation

$ composer require yrizos/theansr

Usage

<?php 

$client = new \Ansr\Client(
    'api_key',
    'password'
);

$response = $client->createCall(
    'from',
    'to',
    'answer_url',   
);

The Versions

25/06 2018

dev-master

9999999-dev

theansr.com API client

  Sources   Download

MIT

The Requires

 

The Development Requires

25/06 2018

dev-develop

dev-develop

theansr.com API client

  Sources   Download

MIT

The Requires

 

The Development Requires

27/04 2018

dev-release/0.1

dev-release/0.1

theansr.com API client

  Sources   Download

MIT

The Requires

 

The Development Requires