Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T23:51:25.000Z (4 months ago)
- Last Synced: 2024-12-08T07:46:41.958Z (24 days 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)
![Build Status](https://github.com/gabrielpcruz/slim/actions/workflows/php.yml/badge.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/gabrielpcruz/slim)
![GitHub top language](https://img.shields.io/github/languages/top/gabrielpcruz/slim)
![GitHub all downloads](https://poser.pugx.org/gabrielpcruz/slim/d/total.svg)
[![GitHub issues](https://img.shields.io/github/issues/gabrielpcruz/slim?style)](https://github.com/gabrielpcruz/slim/issues)
[![codecov](https://codecov.io/gh/gabrielpcruz/slim/branch/master/graph/badge.svg)](https://codecov.io/gh/gabrielpcruz/slim)
## Setup and runingYou 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)