dl2 / slim
front controller for Slim 3.x
Requires (Dev)
- ext-xdebug: *
- firebase/php-jwt: ^5.2
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.0
- slevomat/coding-standard: ^6.3
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^3.11@dev
This package is auto-updated.
Last update: 2024-11-12 02:43:58 UTC
README
front controller for Slim 3.x
Installation
composer require dl2/slim
Usage
See examples.
Reference documentation
For details about the dl2/slim
API,
see the reference documentation.
Developer documentation
For getting started as a dl2/slim
developer,
see the developer documentation.
Contributing
One pull request per feature - If you want to do more than one thing, send multiple pull requests.
Add tests! - Your patch won't be accepted if it doesn’t have tests.
Document any change in behaviour - Make sure the
README.md
andCHANGELOG.md
are kept up-to-date.Consider our release cycle - We try to follow SemVer v2.0.0. Randomly breaking public APIs is not an option.
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Do not report security vulnerabilities on the public issue tracker. Please check out the Security section bellow.
Security
If you discover any security related issues, please email the security advisory team instead of using the issue tracker.
License
Please see LICENSE.