---
title: "Installation"
manual: "HIS Connector"
version: "main"
source: "Installation/Index.rst"
modified: "2026-09-15T12:04:13+00:00"
---

# Installation

The extension has to be installed like any other TYPO3 CMS extension.

## Composer mode

```bash
composer require fgtclb/his-connector
```

> [!NOTE]
> As long as no stable version has been released, the development version of
> the main branch has to be required explicitly:
>
> ```bash
> composer require fgtclb/his-connector:^1.0@dev
> ```
>
> This additionally requires `minimum-stability` to be set to `dev`
> together with `prefer-stable` set to `true` in the root
> `composer.json` file.

## Classic mode

1.  **Get it from the Extension Manager**:
    Switch to the module **Admin Tools > Extensions**, switch to
    **Get Extensions** and search for the extension key
    *his_connector*, then import the extension from the repository.
1.  **Get it from typo3.org**:
    You can always get the current version from [TER](https://extensions.typo3.org/extension/his_connector) by downloading the zip
    version. Upload the file afterwards in the Extension Manager.

The extension does not require any further configuration yet.
