PHPackages                             gecatalin/telapi-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gecatalin/telapi-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gecatalin/telapi-php
====================

0107PHP

Since Aug 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/gecatalin/telapi-php)[ Packagist](https://packagist.org/packages/gecatalin/telapi-php)[ RSS](/packages/gecatalin-telapi-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

telapi-php
==========

[](#telapi-php)

This PHP library is an open source tool built to simplify interaction with the [TelAPI](http://telapi.com) telephony platform. TelAPI makes adding voice and SMS to applications fun and easy.

For this libraries full documentation visit:

For more information about TelAPI visit: [telapi.com/features](http://www.telapi.com/features) or [telapi.com/docs](http://www.telapi.com/docs)

---

Installation
============

[](#installation)

#### Via Pear

[](#via-pear)

At the moment we don't support the PEAR package but will in the near future!

##### PHP 5.2+ Required (5.3+ recommended)

[](#php-52-required-53-recommended)

#### Via GitHub clone

[](#via-github-clone)

Access terminal and run the following code:

```
  $ cd ~
  $ git clone https://github.com/TelAPI/telapi-php.git
  $ cd telapi-php
```

#### Via Download

[](#via-download)

##### Step 1

[](#step-1)

Download the [.zip file](https://github.com/telapi/telapi-php/zipball/master).

##### Step 2

[](#step-2)

Once the .zip download is complete, extract it and get started with the examples below.

---

Usage
=====

[](#usage)

### REST

[](#rest)

[TelAPI REST API documentation](http://www.telapi.com/docs/api/rest/)

##### Send SMS Example

[](#send-sms-example)

```
