---
title: "Feature: Initial extension skeleton"
manual: "HIS Connector"
version: "main"
source: "Changelog/1.0/Feature-InitialExtensionSkeleton.rst"
modified: "2026-09-15T12:04:13+00:00"
---

# Feature: Initial extension skeleton

## Description

Initial skeleton of the `fgtclb/his-connector` extension, providing the
project setup the actual connector implementation is built on:

-   TYPO3 v13 and v14 support on PHP 8.2 up to 8.5.
-   Dependency injection wiring through `Configuration/Services.php`,
    with services configured by Symfony dependency injection attributes on the
    classes themselves.
-   Container based tooling through `Build/Scripts/runTests.sh` covering
    linting, coding guidelines, static analysis, unit and functional tests and
    documentation rendering.
-   GitHub Actions workflows running these gates for TYPO3 v13 and v14 on pull
    requests.

The extension ships a `FGTCLBHisConnectorDummy` placeholder class that
is removed once the first real implementation is added.
