marcaube / silex-skeleton

My starting point for Silex projects
MIT License
7 stars 1 forks source link

My Silex skeleton

This is a Symfony-like boostrap for Silex. Things are pretty much where you expect them if you've worked with the fullstack framework.

You could even drop-in properly decoupled Symfony2 Bundles, or easily switch to Symfony2 once your project grows.

Usage

Add your PSR compliant code in src/, configurations are in app/config/ and the routing is in there too.

Installation

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project ob/silex-skeleton=dev-master

Contributing

See [CONTRIBUTING.md]() file.

Running the Tests

$ phpunit -c app/

Credits

License

This Silex skeleton is released under the MIT License. See the bundled [LICENSE]() file for details.