Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/destos/kohana-twilio

Twilio controller for easy interaction with the twilio api
https://github.com/destos/kohana-twilio

Last synced: about 11 hours ago
JSON representation

Twilio controller for easy interaction with the twilio api

Awesome Lists containing this project

README

        

Twilio Controller
=================

#To Install

git submodule add https://[email protected]/destos/kohana-twilio.git module/twilio

####Add this your Kohana::modules in your application's bootstrap.php

*'twilio' => MODPATH.'twilio',*

####Copy the twilio.php config file to your application's config folder and update it with your account AccountSid and AuthToken.