---
title: "Installation"
manual: "Content Planner"
version: "2.5"
source: "Installation/Index.rst"
modified: "2026-09-16T11:40:44+00:00"
---

# Installation

## Requirements

-   PHP 8.2 - 8.5
-   TYPO3 13.4 LTS & 14.3+

### Version Matrix

| Version | TYPO3 | PHP |
| --- | --- | --- |
| 2.x | 13-14 | 8.2-8.5 |
| 1.x | 12-13 | 8.1-8.5 |

## Install

Require the extension via Composer (recommended):

```bash
composer require xima/xima-typo3-content-planner
```

Or download it from the
[TYPO3 extension repository](https://extensions.typo3.org/extension/xima_typo3_content_planner).

## Setup

After the installation, update the database schema and setup the extension:

```bash
vendor/bin/typo3 database:updateschema
vendor/bin/typo3 extension:setup --extension=xima_typo3_content_planner
```
