Purpose: To show posibilites of organize modules in Silex App. This is something lacking in official Silex Documentation
git clone https://github.com/jaresz/SilexSkeleton.git
cd SilexSkeleton
composer install
Make SilexSkeleton\web directory public SilexSkeleton\web.htaccess: If your site is not at the webroot level you will have to uncomment the RewriteBase statement and adjust the path to point to your directory, relative from the webroot.