slim3 / skelton
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/slim3/skelton
Requires
- php-di/slim-bridge: ^1.0
- slim/http-cache: ^0.3.0
- slim/pdo: ~1.9
- slim/slim: ^3.0
- slim/twig-view: ^2.1
This package is not auto-updated.
Last update: 2025-09-28 07:52:44 UTC
README
This is a simple skelton for Slim 3.
Installation: composer install
- Classes (Controllers, Config, Repositories): src/classes/.*
- Templates - src/templates/.*
- Resources - public/.*
- Route - src/routes.php
- Templating - Twig ( can be changed )
- Logging not added - install Monolog if required
To run the application
- Navigate to installation root and run: php -S localhost:8000 -t public/
- If the first method not worked: Make a virtual host entry and run point to public path