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
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: 2024-10-19 22:07:35 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