mrcoco/silex-app

simple skeleton app with Silex web framework

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/mrcoco/silex-app

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

This package is auto-updated.

Last update: 2025-10-20 00:17:20 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