c2is / silex-bootstrap

A Silex application (which uses Propel, Silex Web Profiler, Behat and Atoum)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silex-bootstrap

silex-bootstrap is nothing more than Silex with some stuff already set up for you:

Installation

Clone the silex-bootstrap project:

$ git clone git@github.com: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.

Screenshots

Issues

See issues section.

Contributors

See contributors section.

License

silex-bootstrap is released under the GPL License. See the bundled LICENSE file for details.

About

A Silex application (which uses Propel, Silex Web Profiler, Behat and Atoum)

License:Other


Languages

Language:PHP 100.0%Language:JavaScript 0.0%