silex-bootstrap is nothing more than Silex with some stuff already set up for you:
- Template rendering with Twig
- Database interface with Propel
- Directory structure for your project
- Silex Web Profiler
- Functional test environment with Behat
- Unit test environment with Atoum
Clone the silex-bootstrap project:
$ git clone [email protected]:c2is/silex-bootstrap.git && cd silex-bootstrap
Install vendor libraries with composer:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
You can run the application using the PHP built-in webserver:
$ php -S localhost:8000 -t web/
Open http://localhost:8000/ in your browser to see silex-bootstrap running.
For more informations, see the installation wiki page.
See issues section.
See contributors section.
silex-bootstrap is released under the GPL License. See the bundled LICENSE file for details.