codecourse / slender
A slender starter structure for Slim
Installs: 2 364
Dependents: 0
Suggesters: 0
Security: 0
Stars: 78
Watchers: 9
Forks: 31
Open Issues: 4
Type:project
Requires
- php: >=7.0.0
- php-di/php-di: ^6.0
- slim/psr7: ^0.3.0
- slim/slim: 4.4.0
- slim/twig-view: 3.0.0-alpha
- symfony/var-dumper: ^3.2
- vlucas/phpdotenv: ^2.4
README
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!