• Stars
    star
    103
  • Rank 331,977 (Top 7 %)
  • Language
    PHP
  • Created over 13 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CodeIgniter library wrapper for the Twilio API class
======================================
Twilio CodeIgniter Library

by Ben Edmunds
======================================

A basic Twilio REST API CodeIgniter library wrapper using the PHP class provided by Twilio.


WARNING:
Sorry I don't use or support this library anymore.  Use at your own risk.  You can check the official PHP SDK here: https://github.com/twilio/twilio-php


SETUP:
Just drop the files in their appropriate folders (ie "libraries/twilio.php" goes in your "libraries" folder) and add your settings in the "config/twilio.php" file.


NOTES:
All calls to the rest class are routed through the library class, so for example:

instead of:
$client = new TwilioRestClient($AccountSid, $AuthToken);
$response = $client->request("/$ApiVersion/Accounts/$AccountSid/Calls", "POST", $data); 

you would do something like:
$this->load->library('twilio');
$this->twilio->request("/$ApiVersion/Accounts/$AccountSid/Calls", "POST", $data);




-Ben Edmunds
 [email protected]
 @benedmunds 

More Repositories

1

CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
PHP
2,347
star
2

codeigniter-cache

Cache Money!
PHP
223
star
3

inspekt

Inspekt is a PHP library that makes it easier to write secure web applications
PHP
135
star
4

CodeIgniter-Standard-Project

A default template CodeIgniter project with custom MY_Controller and basic layout
PHP
116
star
5

Node-Express-MVR-Example

Example Node.js Express project to get you started with a MVR architecture
JavaScript
62
star
6

CodeIgniter-Breadcrumbs-Library

CodeIgniter Library to generate dynamic breadcrumbs based of the pages setup in the database
41
star
7

Building-Secure-PHP-Apps-Examples

Code Examples from the Building Secure PHP Apps ebook
24
star
8

Laravel-Composer

Automatically loads Composer (http://packagist.org/) packages
PHP
19
star
9

phptownhall.com

A simple podcast where Phil, Ben and a super-star guest answer questions and talk about current events in the PHP world.
HTML
18
star
10

CodeIgniter-MY_Controller

MY_Controller custom extension of controller class
15
star
11

Laravel-Twilio

Twilio Bundle for Laravel
PHP
15
star
12

CodeIgniter-Mongo_DB

MongoDB class for CodeIgniter
14
star
13

CodeIgniter-Appcelerator

A CodeIgniter library that is a simple port of the Appcelerator ACS Javascript SDK to PHP
PHP
13
star
14

CodeIgniter-Google-Checkout-Library

CodeIgniter Google Checkout Library - this library is in-complete but a good starting point
PHP
13
star
15

CodeIgniter-Soundcloud-Library

CodeIgniter Library for the Soundcloud API
PHP
11
star
16

codeigniter-events

A simple events library for CodeIgniter
PHP
11
star
17

PHP-Appcelerator

A simple port of the Appcelerator ACS Javascript SDK to PHP
PHP
11
star
18

CodeIgniter-Standard-DMZ-Project

A default template CodeIgniter project using DMZ ORM
10
star
19

Laravel-MongoDB

MongoDB Bundle for Laravel PHP
PHP
9
star
20

CodeIgniter-Boxcar

Boxcar.io API library for CodeIgniter
PHP
8
star
21

CodeIgniter-ESendEX

CodeIgniter Library to interface with ESendEX SMS API
PHP
8
star
22

Building-Secure-Node-Apps-Examples

7
star
23

AwesomeTabs-NodeJS

A simple guitar tab site written on Node.js using MongoDB with Bootstrap on the frontend
JavaScript
6
star
24

jquery-duplicator

Jquery plugin to duplicate/remove blocks of code
JavaScript
5
star
25

Laravel-Appcelerator

A Laravel bundle that is a simple port of the Appcelerator ACS Javascript SDK to PHP
PHP
5
star
26

Laravel-Boxcar

Boxcar.io API bundle for Laravel
PHP
4
star
27

demo_app

Playing with rails...
Ruby
3
star
28

Laravel-Tumblr

A basic Laravel bundle to read from the Tumblr API
PHP
3
star
29

auto_retweeter

Automatically retweets and randomly replaces words with a selected word. Made for retweet bots.
JavaScript
2
star
30

ConfTalk-MoreThanJustAHammer

JavaScript
1
star
31

VolatilityEstimator

JavaScript
1
star
32

Node-Appcelerator

Appcelerator ACS API package for Node.js
JavaScript
1
star
33

RocketChat-Close-Channels

JavaScript
1
star