fritsvt / slim-skeleton
Simple slim skeleton using php-di bridge and twig views
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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: 2025-03-30 04:17:58 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/