Skip to content

callpotential/twilio_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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