Skip to content

manishatcodal/twilio_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Deployment

Install the Heroku CLI:

sudo snap install --classic heroku

Sign Up and create app:

heroku apps:create cp-twilio

Login and Push:

heroku login
heroku git:clone -a cp-twilio

Setup dependency files for Heroku PHP App:

echo '<?php include_once("index.html"); ?>' > index.php
echo '{}' > composer.json

About

Set of tools for working with Twilio to retrieve data from multiple sub accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.6%
  • Other 0.4%