Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/destos/kohana-twilio
- Owner: destos
- Created: 2010-11-07T15:39:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-08T00:44:46.000Z (over 13 years ago)
- Last Synced: 2024-04-14T14:16:08.383Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.