A basic skeleton for deploy php in Heroku. All extensions are enabled
git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git
heroku create myapp
git push -u heroku master
heroku open