Installation

Contents

Installation#

You can install ReqShield via Composer.

composer require infocyph/reqshield

Requirements#

ReqShield has the following requirements:

  • PHP 8.4+

  • ``ext-hash`` with ``xxh3`` support (used for schema/payload-shape cache keys)

The library is type-safe and uses modern PHP features, requiring version 8.4 or newer.