PHPackages                             iffifan/twilio-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. iffifan/twilio-php

ActiveLibrary[API Development](/categories/api)

iffifan/twilio-php
==================

A PHP wrapper for Twilio's API

6.0.1(6y ago)025MITPHP &gt;=7.1.0

Since Jun 30Pushed 6y agoCompare

[ Source](https://github.com/iffifan/twilio-php)[ Packagist](https://packagist.org/packages/iffifan/twilio-php)[ Docs](http://github.com/twilio/twilio-php)[ RSS](/packages/iffifan-twilio-php/feed)WikiDiscussions legacy Synced 3d ago

READMEChangelogDependencies (3)Versions (201)Used By (0)

[![Build Status](https://camo.githubusercontent.com/b607d8c01d7b15e7aef297e8712c6e27e01b2db4e956bc7e1631d5852f869db9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7477696c696f2f7477696c696f2d7068702e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/twilio/twilio-php)

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

[](#installation)

You can install **twilio-php** via composer or by downloading the source.

#### Via Composer:

[](#via-composer)

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

#### Via ZIP file:

[](#via-zip-file)

[Click here to download the source (.zip)](https://github.com/twilio/twilio-php/zipball/master) which includes all dependencies.

Once you download the library, move the twilio-php folder to your project directory and then include the library file:

```
require '/path/to/twilio-php/Services/Twilio.php';

```

and you're good to go!

A Brief Introduction
--------------------

[](#a-brief-introduction)

With the twilio-php library, we've simplified interaction with the Twilio REST API. No need to manually create URLS or parse XML/JSON. You now interact with resources directly. Follow the [Quickstart Guide](http://readthedocs.org/docs/twilio-php/en/latest/#quickstart)to get up and running right now. The [User Guide](http://readthedocs.org/docs/twilio-php/en/latest/#user-guide) shows you how to get the most out of **twilio-php**.

Quickstart
----------

[](#quickstart)

### Send an SMS

[](#send-an-sms)

```
