.. include:: /Includes.rst.txt .. _feature-initial-extension-skeleton: =================================== 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 :file:`Configuration/Services.php`, with services configured by Symfony dependency injection attributes on the classes themselves. * Container based tooling through :file:`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 :php:`FGTCLB\HisConnector\Dummy` placeholder class that is removed once the first real implementation is added.