reinfi / laminas-typed-request
A Laminas Framework module to replace untyped request to solve static code analysis.
dev-main
2025-06-11 12:10 UTC
Requires
- php: ~8.3.0 || ~8.4.0
- laminas/laminas-http: ^2.22
- laminas/laminas-stdlib: ^3.20
- webmozart/assert: ^1.10
This package is auto-updated.
Last update: 2025-06-11 12:10:31 UTC
README
Laminas request replacement to solve static code analysis issues.
=======
Installation
- Install with Composer:
composer require reinfi/laminas-typed-request
. - Enable the module via config in
appliation.config.php
undermodules
key:
return [ 'modules' => [ 'Reinfi\TypedRequest', // other modules ], ];