forward / forwardfw
dev-master
2024-02-11 16:51 UTC
Requires
- php: ^8.2
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.1
Requires (Dev)
- kodus/chrome-logger: ^1.2
- phpstan/phpstan: ^1.2
- smarty/smarty: ^4.3
Suggests
- firephp/firephp-core: FirePHP - Logs to the FirePHP Devtools
- kodus/chrome-logger: ChromeLogger - For writing logs into chrome console
- smarty/smarty: Smarty - One of the possible templating engines
- twig/twig: Twig - One of the possible templating engines
This package is auto-updated.
Last update: 2024-08-29 19:22:28 UTC
README
这是一个自己编写的框架,它使用链式请求响应过滤器对象(类似于现在的PSR-3(日志接口)、PSR-7(消息抽象)、PSR-15(中间件)),所以我可能再次重写它以匹配这些接口。
兼容性
要求
- PHP 7.2.0 或更高版本
支持的模板引擎
- Smarty 3.1.x https://smarty.php.ac.cn/
- Twig 3.x.x https://twig.symfony.ac.cn/
支持的远程记录器
- FirePHP http://www.firephp.org
- Kodus ChromeLogger https://packagist.org.cn/packages/kodus/chrome-logger