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-10-29 19:40:35 UTC
README
Self written framework which uses chaining RequestResponse filter objects (something like nowadays PSR-3 (Logging interface) PSR-7 (message abstraction) PSR-15 (middleware)) so I may rewrite it again to match such interfaces.
Compatible to:
Requirements:
- PHP 7.2.0 or newer
Supported Template Engines:
- Smarty 3.1.x http://www.smarty.net/
- Twig 3.x.x https://twig.symfony.com/
Supported Remote Loggers:
- FirePHP http://www.firephp.org
- Kodus ChromeLogger https://packagist.org/packages/kodus/chrome-logger