Skip to content

codecourse/slender

Repository files navigation

slender

A slender starter structure for the Slim PHP framework

Installation

For Slim 3

composer create-project "codecourse/slender 1.0.2" projectname

For Slim 4

composer create-project "codecourse/slender 2.1.1" projectname

What's this all about then?

The simplest boilerplate for getting started on a new Slim adventure. No clutter, ready to transform into your next big idea.

Also used for Codecourse courses, just to save a little time.

Contributing

Feel free to submit any minor enhancements, but the goal here is to keep this as simple (yet as practical) as possible, so no huge additions. Thanks!