mrcoco / silex-app
simple skeleton app with Silex web framework
dev-master
2016-01-06 14:47 UTC
Requires
- illuminate/cache: ^5.1
- illuminate/database: ^5.1
- illuminate/events: ^5.1
- silex/silex: ^1.3
- twig/twig: ^1.23
This package is auto-updated.
Last update: 2026-02-20 00:59:24 UTC
README
Here it is a silex sample application skeleton, getting started project to build your apps with Silex PHP micro-framework
Requirements
- PHP 5.3.9 or later.
- Composer php dependency manager
- Git version control
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