Slim 3.6 skeleton project (http + cli)

Hi,
Just want to share my aproach to a slim 3 starter project:

https://github.com/jupitern/slim3-skeleton

Available service providers:

  • Whoops
  • Monolog
  • Eloquent
  • Plates
  • Flysystem
  • PHPMailer

Available Middleware:

  • Session

Feedback is appreciated
Thanks

updated to slim 3.8

container resolution and dependency injection improved.

updated to slim 3.9.
added redis cache service provider.
added auto-wiring to container and route resolution.