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

v3.0.0 2024-02-14 13:21 UTC

This package is auto-updated.

Last update: 2024-04-17 15:11:36 UTC


README

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