Menu ▾ ▴

Tree [fe5e45] main /
 History

HTTPS access


File Date Author Commit
 web 2020-09-03 schneems schneems [fe5e45] Master => main
 .gitignore 2014-05-28 Jon Mountjoy Jon Mountjoy [2f460c] database
 Procfile 2014-10-30 Jon Mountjoy Jon Mountjoy [03b1eb] add line terminator to Procfile (for cosmetic r...
 README.md 2020-09-03 schneems schneems [fe5e45] Master => main
 app.json 2016-08-08 Jon Mountjoy Jon Mountjoy [fc2134] Update app.json
 composer.json 2017-04-10 Jon Mountjoy Jon Mountjoy [4f2369] update silex, monolog and twig versions
 composer.lock 2017-04-10 Jon Mountjoy Jon Mountjoy [4f2369] update silex, monolog and twig versions

Read Me

php-getting-started

A barebones PHP app that makes use of the Silex web framework, which can easily be deployed to Heroku.

This application supports the Getting Started with PHP on Heroku article - check it out.

Deploying

Install the Heroku Toolbelt.

$ git clone git@github.com:heroku/php-getting-started.git # or clone your own fork
$ cd php-getting-started
$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using PHP on Heroku, see these Dev Center articles: