PHPackages                             xima/xima-typo3-formcycle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xima/xima-typo3-formcycle

ActiveTypo3-cms-extension

xima/xima-typo3-formcycle
=========================

TYPO3 extension to include your formcycle forms

10.0.2(12mo ago)25.8k↓44.3%3[13 issues](https://github.com/xima-media/xm_formcycle/issues)[14 PRs](https://github.com/xima-media/xm_formcycle/pulls)GPL-2.0+PHPPHP ^8.2CI passing

Since Feb 13Pushed 1mo ago10 watchersCompare

[ Source](https://github.com/xima-media/xm_formcycle)[ Packagist](https://packagist.org/packages/xima/xima-typo3-formcycle)[ Docs](https://www.xima.de)[ RSS](/packages/xima-xima-typo3-formcycle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (41)Used By (0)

[![Extension icon](Resources/Public/Icons/Extension.svg)](Resources/Public/Icons/Extension.svg)

TYPO3 extension `xm_formcycle`
==============================

[](#typo3-extension-xm_formcycle)

[![Latest version](https://camo.githubusercontent.com/2fd8062b5cb6d5b054ec508b44b38ea4b687bd55b8b7265fee8d5cd9dbb16954/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f76657273696f6e2f736869656c64732e737667)](https://extensions.typo3.org/extension/xm_formcycle)[![Supported TYPO3 versions](https://camo.githubusercontent.com/29ec5192f253fd5ca2d48a60081dda53adb49e9b4bfad81da810838a739201e7/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f7479706f332f736869656c64732e737667)](https://extensions.typo3.org/extension/xm_formcycle)[![Total downloads](https://camo.githubusercontent.com/c1fc3f278c6ae67160806e410203fbcd4c6d868d11a368a4491e01b699597ebd/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f646f776e6c6f6164732f736869656c64732e737667)](https://packagist.org/packages/xima-media/xm_formcycle/stats)[![TYPO3 extension](https://camo.githubusercontent.com/e3a1034c5ba2397d9faf0e4029b86f8ab920fe17f6edab8a7d770f156dbe7082/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f657874656e73696f6e2f736869656c64732e737667)](https://extensions.typo3.org/extension/xm_formcycle)[![Tests](https://github.com/xima-media/xm_formcycle/actions/workflows/tests.yml/badge.svg)](https://github.com/xima-media/xm_formcycle/actions/workflows/tests.yml)[![codecov](https://camo.githubusercontent.com/b0249b5a3ccd5af5ddb91c02cb1f853c262e1893d193f32588c9956f222f6325/68747470733a2f2f636f6465636f762e696f2f67682f78696d612d6d656469612f786d5f666f726d6379636c652f67726170682f62616467652e7376673f746f6b656e3d56554d51354555473032)](https://codecov.io/gh/xima-media/xm_formcycle)[![Composer](https://camo.githubusercontent.com/b7bfa4ae6951860181d6b666392a27bc7f7a3e460011b53e844d5c36fda86c88/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f636f6d706f7365722f736869656c64732e737667)](https://packagist.org/packages/xima/xima-typo3-formcycle)

A TYPO3 extension that connects to [formcycle](https://www.formcycle.eu/). Select your created forms and embed them into your TYPO3 site.

Requirements
------------

[](#requirements)

- formcycle version 8 + installed plugin `Formularliste`
- PHP 8.1+

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require xima/xima-typo3-formcycle
```

### TER

[](#ter)

[![TER version](https://camo.githubusercontent.com/2fd8062b5cb6d5b054ec508b44b38ea4b687bd55b8b7265fee8d5cd9dbb16954/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f786d5f666f726d6379636c652f76657273696f6e2f736869656c64732e737667)](https://extensions.typo3.org/extension/xm_formcycle)

Download the zip file from [TYPO3 extension repository (TER)](https://extensions.typo3.org/extension/xm_formcycle).

Configuration in TYPO3 v13
--------------------------

[](#configuration-in-typo3-v13)

The configuration of formcycle has been moved to the [Site Sets](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/SiteHandling/SiteSets.html). Just add the Formcycle Site Set to your Site Configuration:

[![Site set](./Documentation/Images/site_set.png)](./Documentation/Images/site_set.png)

After that, you can enter your Formcycle credentials via the Site Settings module:

[![Site settings](./Documentation/Images/site_settings.png)](./Documentation/Images/site_settings.png)

Configuration in TYPO3 v11 &amp; v12
------------------------------------

[](#configuration-in-typo3-v11--v12)

After installation, enter your login data via extension configuration and include the TypoScript template for the frontend rendering.

### 1. Extension configuration

[](#1-extension-configuration)

Set your formcycle credentials in the extension configuration via TYPO3 backend or in your `config/system/settings.php`:

```
'EXTENSIONS' => [
    'xm_formcycle' => [
        'formcycleUrl' => 'https://pro.formcloud.de/formcycle/',
        'formcycleClientId' => '4231',
    ],
]
```

### 2. TypoScript include

[](#2-typoscript-include)

Include the static TypoScript template "formcycle" or directly import it in your sitepackage:

```
@import 'EXT:xm_formcycle/Configuration/TypoScript/setup.typoscript'

```

Developer
---------

[](#developer)

If you want to modify the [fluid template](Resources/Private/Templates/Formcycle.html), add template paths via TypoScript constants:

```
plugin.tx_xmformcycle {
    view {
        templateRootPath = EXT:your_ext/Resources/Private/Templates
        partialRootPath = EXT:your_ext/Resources/Private/Partials
        layoutRootPath = EXT:your_ext/Resources/Private/Layouts
    }
}

```

Copy and modify the `Formcycle.html` to the Templates directory.

Migration from version 9 to 10
------------------------------

[](#migration-from-version-9-to-10)

If you are upgrading from version 9 to 10 (TYPO3 v12 to v13), you need to perform the following steps:

### 1. Migrate Extension configuration

[](#1-migrate-extension-configuration)

The extension configuration of the formcycle URL and formcycle client ID have been moved to the TYPO3 system settings. You need to manually migrate the settings from `$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['xm_formcycle']` to the `config/settings//settings.yaml`.

### 2. Run Upgrade wizard

[](#2-run-upgrade-wizard)

In version 10 of this extension, the flexform settings have been moved to regular TCA fields. To migrate your existing content elements, run the Upgrade Wizard in the TYPO3 backend or via CLI:

```
typo3 upgrade:run xmFormcycle_flexformMigrationddev
```

License
-------

[](#license)

This project is licensed under [GNU General Public License 2.0 (or later)](LICENSE.md).

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance52

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 71.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~98 days

Recently: every ~2 days

Total

28

Last Release

361d ago

Major Versions

v7.2.2 → v8.0.02022-02-11

v8.0.1 → 9.0.02024-03-11

9.1.3 → 10.0.02024-12-16

9.1.4 → 10.0.12025-05-15

9.1.5 → v12.x-dev2025-05-23

PHP version history (2 changes)9.0.0PHP ^8.1

10.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/04b105eb2ade5d364c2ae93a9a012d591594eaa3ad54d252db70856d1c293d5d?d=identicon)[m.schneider](/maintainers/m.schneider)

---

Top Contributors

[![maikschneider](https://avatars.githubusercontent.com/u/696865?v=4)](https://github.com/maikschneider "maikschneider (161 commits)")[![FireLizard](https://avatars.githubusercontent.com/u/7585164?v=4)](https://github.com/FireLizard "FireLizard (48 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (7 commits)")[![JulianXIMA](https://avatars.githubusercontent.com/u/85174321?v=4)](https://github.com/JulianXIMA "JulianXIMA (4 commits)")[![abaXIMA](https://avatars.githubusercontent.com/u/98809474?v=4)](https://github.com/abaXIMA "abaXIMA (3 commits)")[![rvock](https://avatars.githubusercontent.com/u/209159?v=4)](https://github.com/rvock "rvock (1 commits)")[![woemar](https://avatars.githubusercontent.com/u/42969992?v=4)](https://github.com/woemar "woemar (1 commits)")

---

Tags

formcycletypo3typo3-cms-extensionTYPO3 CMSXimaFormCycle

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/xima-xima-typo3-formcycle/health.svg)

```
[![Health](https://phpackages.com/badges/xima-xima-typo3-formcycle/health.svg)](https://phpackages.com/packages/xima-xima-typo3-formcycle)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40135.8k](/packages/in2code-in2publish-core)[causal/image_autoresize

Simplify the way your editors may upload their images: no complex local procedure needed, let TYPO3 automatically resize down their huge images/pictures on-the-fly during upload (or using a command for batch processing) and according to your own business rules (directory/groups). This will highly reduce the footprint on your server and speed-up response time if lots of images are rendered (e.g., in a gallery). Features an EXIF/IPTC extractor to ensure metadata may be used by the FAL indexer even if not preserved upon resizing.

19455.6k](/packages/causal-image-autoresize)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
