fritsvt / slim-skeleton
There is no license information available for the latest version (v1.0.1) of this package.
Simple slim skeleton using php-di bridge and twig views
v1.0.1
2017-02-28 14:02 UTC
Requires
- php-di/slim-bridge: 1.0.2
- slim/slim: ^3.0
- slim/twig-view: ^2.2
This package is not auto-updated.
Last update: 2026-03-15 09:04:20 UTC
README
This is a simple Slim 3 skeleton to quickly get started building your Slim 3 applications. For this application I have chosen a php-di/slim-bridge for dependency injection.
Installation
composer create-project fritsvt/slim-skeleton
Run the project
To run the slim application simply execute the command below
php -S localhost:8000 -t public/