gammadia / slim-2.x
基于 slim/slim,支持现代 PHP 版本的分支。
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
在它的文档中了解更多。
适应现代时代的分支 
这是基于版本 2.6.3
的 slim/slim
分支,为现代 PHP 开发进行了适配,它(理论上)支持
- PHP
7.2
<->8.1
如果您发现任何问题,请随时贡献!
对开发依赖项进行了以下更改
- PHPUnit 升级到
8.x
- 添加 PHPStan 基线以保持代码健康(仅在 PHP 8.0 上运行)
- 安装 Rector 以简化自动化重构
- 添加 GitHub Actions 以实现持续集成