---
title: Installation
date: 2026-06-13T16:01:00+01:00
author: John Henry Donovan
canonical_url: "https://johnhenry.ie/plugins/pricing-rules-relationship/docs/getting-started/installation"
section: Plugins
---
esc

↑↓ to navigate↵ to selectesc to close

Menu On this page 

- [Return to top](#)

Documentation

Documentation

# Installation

## Requirements

- Craft CMS 5.0 or later
- Craft Commerce 5.0 or later
- PHP 8.2 or later.

## Install using Composer

```bash
# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require johnhenry/craft-pricing-rules-relationship

# tell Craft to install the plugin
./craft plugin/install pricing-rules-relationship
```

## Install using DDEV

```bash
ddev composer require "johnhenry/craft-pricing-rules-relationship:^1.0.2" -w && ddev craft plugin/install pricing-rules-relationship
```

## Install from the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Pricing Rules Relationship”. Then press “Install”.

On this page
