Download the PHP package callpage/api-php without Composer
On this page you can find all versions of the php package callpage/api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download callpage/api-php
More information about callpage/api-php
Files in callpage/api-php
Package api-php
Short Description A PHP wrapper for CallPage API
License MIT
Homepage http://github.com/callpage/api-php
Informations about the package api-php
Installation
You can install callpage/api-php via composer or by downloading the source.
Via Composer:
callpage/api-php is available on Packagist as the
callpage/api-php
package.
Via ZIP file:
Click here to download the source (.zip) which includes all dependencies.
Once you download the library, move the callpage/api-php folder to your project directory and then include the library file:
require '/path/to/callpage/api-php/autoload.php';
and you're good to go!
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.
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.
Full Documentation
Coming soon
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 [email protected] first. CallPage's Support staff are well-versed in all of the CallPage Helper Libraries, and usually reply within 24 hours.
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!