Skip to content
/ slim Public template

Skeleton slim framework 4 application (http + cli + oauth2)

License

Notifications You must be signed in to change notification settings

gabrielpcruz/slim

Repository files navigation

Skeleton slim framework 4 application (http + cli + oauth2)

Build Status GitHub code size in bytes GitHub top language GitHub all downloads GitHub issues codecov

Setup and runing

You can use my another repository to execute this aplication using docker.

Composer creating project

$ composer create-project --prefer-dist gabrielpcruz/slim myapp "2.0.*"

Features

This project is based on best practices and industry standards:

  • >= PHP 8.2
  • HTTP router (Slim)
  • HTTP Server Request Handlers, Middleware (PSR-15)
  • Dependency injection container (PSR-11)
  • Autoloader (PSR-4)
  • Code styles (PSR-12)
  • Unit - and integration tests
  • Console Commands
  • Tested with Github Actions

Support