2017 © Pedro Peláez
 

library api-php

A PHP wrapper for CallPage API

image

callpage/api-php

A PHP wrapper for CallPage API

  • Wednesday, June 8, 2016
  • by andriytkachiv
  • Repository
  • 3 Watchers
  • 0 Stars
  • 27,338 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

Installation

You can install callpage/api-php via composer or by downloading the source., (*1)

Via Composer:

callpage/api-php is available on Packagist as the callpage/api-php package., (*2)

Via ZIP file:

Click here to download the source (.zip) which includes all dependencies., (*3)

Once you download the library, move the callpage/api-php folder to your project directory and then include the library file:, (*4)

require '/path/to/callpage/api-php/autoload.php';

and you're good to go!, (*5)

A Brief Introduction

With the callpage-php library, we've simplified interaction with the CallPage REST API. No need to manually create URLS or parse XML/JSON. You now interact with resources directly., (*6)

Quickstart

Make a Call

Make a call to all of available managers. If managers are busy or after working hours or your account balance is not enough, the call won't be proceed, the SMS will be sent instead., (*7)

<?php
// Install the library via PEAR or download the .zip file to your project folder.
// This line loads the library in case without composer
require('/path/to/callpage/api-php/autoload.php');

$apiKey = "ACXXXXXX"; // Your API Key from http://callpage.io/settings/api
$widgetId = "YYYYYY"; // Your Widget ID from http://callpage.io/widgets

$callpage = new \Callpage\ApiPhp\Callpage($apiKey, $widgetId); //callpage API instance

//wraps method in try catch block
try {
    $callpage->callOrSchedule('+48570570570');

    //call was successfully done, your logic come here

}
catch (\Exception $e) {
    echo 'Something goes wrong! The reason: ' . $e->getMessage();
}


Full Documentation

Coming soon, (*8)

Prerequisites

  • PHP >= 5.4.0
  • The PHP JSON extension
  • The PHP Curl extension

Getting help

If you need help installing or using the library, please contact Callpage Support at support@callpage.com first. CallPage's Support staff are well-versed in all of the CallPage Helper Libraries, and usually reply within 24 hours., (*9)

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!, (*10)

The Versions

08/06 2016

dev-master

9999999-dev http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

08/06 2016

1.0.7

1.0.7.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

30/03 2016

1.0.6

1.0.6.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

17/02 2016

1.0.5

1.0.5.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

05/10 2015

1.0.4

1.0.4.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

28/09 2015

1.0.3

1.0.3.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

28/09 2015

1.0.1

1.0.1.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

28/09 2015

1.0.2

1.0.2.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage

28/09 2015

1.0.0

1.0.0.0 http://github.com/callpage/api-php

A PHP wrapper for CallPage API

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Andriy Tkachiv

api voip callpage