mcurisilva / silex-basic-project
A basic projet with Silex micro-framework
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mcurisilva/silex-basic-project
Requires
- doctrine/dbal: 2.2.*
- silex/silex: 1.0.*
- symfony/yaml: 2.2.*
- twig/twig: >=1.8,<2.0-dev
This package is not auto-updated.
Last update: 2025-12-20 19:34:03 UTC
README
A basic example with silex micro-framework
Install
Install composer
curl -s https://getcomposer.org/installer | php
Create Project
php composer.phar create-project mcurisilva/silex-basic-project project_name
Configure database connection
Modify the config/config.yml file to configure your database
Configure routing
Add your url in the config/routing.yml file