SlimStarter – Slim Starter Application in MVC Environment

I have been laravel user for a year and half, since Laravel 4 beta was published. I love how it handle things with simple and elegant syntax, make a lot difficult task done faster, and easier. Laravel is great when I need to build middle-to-large project. But then I feel it is too bloated when I work on simple project, so I start looking at simpler solution using micro-framework like Slim or Silex to build my simple project. I start with Slim and start to search composer package to create simple MVC environment with Slim. Since Slim only provide dependency [...]