---
title: Installation
date: 2026-06-11T16:41:00+01:00
author: John Henry Donovan
canonical_url: "https://johnhenry.ie/plugins/matrix-block-anchor/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
- 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/matrix-block-anchor

# tell Craft to install the plugin
./craft plugin/install matrix-block-anchor
```

## Install using DDEV

```bash
ddev composer require "johnhenry/matrix-block-anchor:^3.3.0" -w && ddev craft plugin/install matrix-block-anchor
```

## Install from the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Matrix Block Anchor”. Then press “Install”.

On this page
