PHPackages                             schams-net/form2database - 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. [Database &amp; ORM](/categories/database)
4. /
5. schams-net/form2database

ActiveTypo3-cms-extension[Database &amp; ORM](/categories/database)

schams-net/form2database
========================

TYPO3 Form Finisher: Store submitted data into a database table

v1.0.0(5y ago)02PHP

Since Nov 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/schams-net/form2database)[ Packagist](https://packagist.org/packages/schams-net/form2database)[ RSS](/packages/schams-net-form2database/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Form Finisher: form2database
============================

[](#form-finisher-form2database)

About
-----

[](#about)

This TYPO3 extension is a *form finisher* that stores submitted form data into a database table.

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

[](#requirements)

- TYPO3 v10 LTS

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

[](#installation)

### Command Line with "composer"

[](#command-line-with-composer)

```
composer require schams-net/form2database
```

Configuration
-------------

[](#configuration)

```
...
finishers:
  -
    identifier: SaveToDatabase
    options:
      table: 'tx_form2database_domain_model_forms'
      databaseColumnMappings:
        pid:
          value: '0'
      elements:
        text-1:
          mapOnDatabaseColumn: 'first_name'
        text-2:
          mapOnDatabaseColumn: 'last_name'
        text-3:
          mapOnDatabaseColumn: 'email'
...
```

License
-------

[](#license)

The MIT License

Copyright (c) 2020 Michael Schams,

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3617721?v=4)[schams.net](/maintainers/schams-net)[@schams-net](https://github.com/schams-net)

### Embed Badge

![Health badge](/badges/schams-net-form2database/health.svg)

```
[![Health](https://phpackages.com/badges/schams-net-form2database/health.svg)](https://phpackages.com/packages/schams-net-form2database)
```

###  Alternatives

[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[7elix/styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

10727.3k](/packages/7elix-styleguide)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

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