Skip to content

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

License

Notifications You must be signed in to change notification settings

c2is/silex-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages