My own simple slim skeleton app, for websites, apis and webapps. It is not better than the official Slim-Skeleton, it is more a composer package and has my own configuration for my work with Slim. If you don't know what to take, take the original :)
See below:
https://www.slimframework.com/docs/v4/
https://github.com/slimphp/Slim-Skeleton
- https://github.com/odan/slim4-skeleton
- https://odan.github.io/2019/11/05/slim4-tutorial.html
- https://ko-fi.com/s/5f182b4b22
composer create-project heinrichschiller/slim-skeleton [my-app-name] --prefer-dist
- PHP 8.2+
- Standard PHP package skeleton
- HTTP router (Slim)
- HTTP message interfaces (PSR-7)
- HTTP Server Request Handlers, Middleware (PSR-15)
- Dependency injection container (PSR-11)
- Autoloader (PSR-4)
- Single action controllers
- Unit- and integration tests
- Console Commands
- phpunit/phpunit
- phpstan/phpstan
- squizlabs/php_codesniffer