ob/silex-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

My starting point for Silex projects

dev-master 2015-01-21 23:48 UTC

This package is not auto-updated.

Last update: 2020-01-12 16:27:02 UTC


README

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.