mrcoco/silex-app

simple skeleton app with Silex web framework

dev-master 2016-01-06 14:47 UTC

This package is auto-updated.

Last update: 2024-04-19 20:55:17 UTC


README

Here it is a silex sample application skeleton, getting started project to build your apps with Silex PHP micro-framework

Requirements

Installation

You only need to clone this repo and you'll be ready:

$ git clone https://github.com/mrcoco/silex-app.git your-project && cd your-project
$ composer install