Sample project that use PHP Phalcon for Heroku training.
This project use custom buildpack.
see heroku-buildpacks-php-with-phalcon
Clone app from Github
$ git clone git@github.com:flect/ht-php-phalcon.git
$ cd ht-php-phalcon/
Create Heroku application
$ heroku create -b https://github.com/elct9620/heroku-buildpacks-php-with-phalcon
Deploy application
$ git push heroku master
Visit application
$ heroku open