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: 6 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T04:41:21.000Z (5 months ago)
- Last Synced: 2025-04-13T06:17:49.455Z (6 days ago)
- Topics: php, php8, skeleton, slim, slim-4, slim-framework, slim4
- Language: PHP
- Homepage: https://odan.github.io/slim4-skeleton/
- Size: 5.14 MB
- Stars: 449
- Watchers: 30
- Forks: 80
- Open Issues: 1
-
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
[](https://packagist.org/packages/odan/slim4-skeleton)
[](LICENSE)
[](https://github.com/odan/slim4-skeleton/actions)
[](https://scrutinizer-ci.com/g/odan/slim4-skeleton/code-structure)
[](https://scrutinizer-ci.com/g/odan/slim4-skeleton/?branch=master)
[](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.