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

This package is auto-updated.

Last update: 2025-06-11 12:10:31 UTC


README

Laminas request replacement to solve static code analysis issues.

=======

  1. Installation
  2. Configuration
  3. Differences

Installation

  1. Install with Composer: composer require reinfi/laminas-typed-request.
  2. Enable the module via config in appliation.config.php under modules key:
    return [
        'modules' => [
            'Reinfi\TypedRequest',
            // other modules
        ],
    ];