Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.34 KB

File metadata and controls

57 lines (38 loc) · 1.34 KB

Installation guide

System requirements

  • PHP 8.1 or higher
  • Composer for dependency management
  • Yii2 2.0.53+ or 22.x

PSR-7/PSR-17 HTTP Message Factories

Install exactly one of the following PSR-7/PSR-17 HTTP message implementations.

Worker mode implementation (optional)

Installation

Method 1: Using Composer (recommended)

Install the extension.

composer require yii2-extensions/psr-bridge:^0.3

Method 2: Manual installation

Add to your composer.json.

{
    "require": {
        "yii2-extensions/psr-bridge": "^0.3"
    }
}

Then run.

composer update

Next steps

Once the installation is complete.