gammadia / slim-2.x
Fork of slim/slim with support for modern PHP versions.
2.6.3
2023-11-14 15:07 UTC
Requires
- php: ^7.2|^8.0
Requires (Dev)
- overtrue/phplint: ^2.4|^3.0
- phpstan/phpstan: ^1.7
- phpunit/phpunit: ^8.5
- rector/rector: ^0.12
Suggests
- ext-mcrypt: Required for HTTP cookie encryption
- phpseclib/mcrypt_compat: Polyfil for mcrypt extension
Replaces
- slim/slim: ^2.6
README
Learn more about it in its documentation.
A fork for modern days
This is a fork of slim/slim
at the version 2.6.3
adapted for modern PHP development, which (supposedly) supports :
- PHP
7.2
<->8.1
Feel free to contribute if you find any issue!
The following changes were applied to the dev dependencies :
- PHPUnit upgraded to
8.x
- PHPStan baseline added to keep the code in good health (runs only on PHP 8.0)
- Rector installed to ease automated refactorings
- Add GitHub Actions for continuous integration