https://github.com/gabrielpcruz/slim
Skeleton slim framework 4 application (http + cli + oauth2)
https://github.com/gabrielpcruz/slim
oauth2 oauth2-authentication php7 slim-framework slim4 slim4-skeleton
Last synced: 10 months ago
JSON representation
Skeleton slim framework 4 application (http + cli + oauth2)
- Host: GitHub
- URL: https://github.com/gabrielpcruz/slim
- Owner: gabrielpcruz
- License: mit
- Created: 2022-05-22T14:56:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T23:51:25.000Z (almost 2 years ago)
- Last Synced: 2025-05-15T15:18:00.867Z (about 1 year ago)
- Topics: oauth2, oauth2-authentication, php7, slim-framework, slim4, slim4-skeleton
- Language: PHP
- Homepage:
- Size: 1.07 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skeleton slim framework 4 application (http + cli + oauth2)




[](https://github.com/gabrielpcruz/slim/issues)
[](https://codecov.io/gh/gabrielpcruz/slim)
## Setup and runing
You can use my [another repository](https://github.com/gabrielpcruz/application-php)
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](https://github.com/gabrielpcruz/slim/actions)
## Support
* [Issues](https://github.com/gabrielpcruz/slim/issues)