Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odan/slim4-skeleton
A Slim 4 Skeleton
https://github.com/odan/slim4-skeleton
php php8 skeleton slim slim-4 slim-framework slim4
Last synced: 24 days ago
JSON representation
A Slim 4 Skeleton
- Host: GitHub
- URL: https://github.com/odan/slim4-skeleton
- Owner: odan
- License: mit
- Created: 2019-08-16T20:09:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T19:27:29.000Z (26 days ago)
- Last Synced: 2024-10-10T20:14:23.908Z (26 days ago)
- Topics: php, php8, skeleton, slim, slim-4, slim-framework, slim4
- Language: PHP
- Homepage: https://odan.github.io/slim4-skeleton/
- Size: 5.13 MB
- Stars: 442
- Watchers: 30
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: docs/security.md
Awesome Lists containing this project
- awesome-slim - Slim 4 Skeleton - This is a skeleton to quickly set up a new Slim 4 application. (Boilerplate)
README
Slim 4 Skeleton
[![Latest Version on Packagist](https://img.shields.io/github/release/odan/slim4-skeleton.svg)](https://packagist.org/packages/odan/slim4-skeleton)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Build Status](https://github.com/odan/slim4-skeleton/workflows/build/badge.svg)](https://github.com/odan/slim4-skeleton/actions)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/odan/slim4-skeleton.svg)](https://scrutinizer-ci.com/g/odan/slim4-skeleton/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/quality/g/odan/slim4-skeleton.svg)](https://scrutinizer-ci.com/g/odan/slim4-skeleton/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/odan/slim4-skeleton.svg)](https://packagist.org/packages/odan/slim4-skeleton/stats)This is a skeleton to quickly set up a new [Slim 4](https://www.slimframework.com/) application.
## Requirements
* PHP 8.2
## Installation
Read the **[documentation](https://odan.github.io/slim4-skeleton/installation.html)**
## Features
This project is based on best practices and industry standards:
* [Standard PHP package skeleton](https://github.com/php-pds/skeleton)
* HTTP router (Slim)
* HTTP message interfaces (PSR-7)
* HTTP Server Request Handlers, Middleware (PSR-15)
* Dependency injection container (PSR-11)
* Autoloader (PSR-4)
* Logger (PSR-3)
* Code styles (PSR-12)
* Single action controllers
* Unit- and integration tests
* Tested with [Github Actions](https://github.com/odan/slim4-skeleton/actions) and [Scrutinizer CI](https://scrutinizer-ci.com/)
* [PHPStan](https://github.com/phpstan/phpstan)## Support
* [Issues](https://github.com/odan/slim4-skeleton/issues)
* [Blog](https://odan.github.io/)
* [Donate](https://odan.github.io/donate.html) for this project.
* [Slim 4 eBooks](https://odan.github.io/donate.html)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.