Home > silex-example

silex-example

Silex-example is a project mainly written in PHP, it's free.

Silex example for Pagodabox.com

Silex is a microframework in PHP based on Symfony2 components. Pagoda Box is a PaaS for easy PHP hosting. This, silex-example, tries to bring the two together by showing an example on how a Silex app could be structured and configured to work on Pagoda.

Instructions

  1. Clone the Git repository and be sure to pull down the submodules.
$ git clone [email protected]:tobiassjosten/silex-example.git
$ git submodule update --init
  1. Download the latest silex.phar file to vendor/silex/silex.phar.

  2. Deploy it to Pagoda!

Previous:sample_app