PHPackages                             callpage/api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. callpage/api-php

ActiveLibrary[API Development](/categories/api)

callpage/api-php
================

A PHP wrapper for CallPage API

1.0.7(10y ago)029.3kMITPHPPHP &gt;=5.2.1

Since Sep 28Pushed 10y ago2 watchersCompare

[ Source](https://github.com/callpage/api-php)[ Packagist](https://packagist.org/packages/callpage/api-php)[ Docs](http://github.com/callpage/api-php)[ RSS](/packages/callpage-api-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Installation
------------

[](#installation)

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

#### Via Composer:

[](#via-composer)

**callpage/api-php** is available on Packagist as the [`callpage/api-php`](http://packagist.org/packages/callpage/api-php) package.

#### Via ZIP file:

[](#via-zip-file)

[Click here to download the source (.zip)](https://github.com/callpage/api-php/zipball/master) 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
--------------------

[](#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
----------

[](#quickstart)

### Make a Call

[](#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.

```
