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 1mo ago

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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

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

1996d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1efacc016a0ed96187bd8184d78a9865c61b8e464b449593be9f19a974d49c1b?d=identicon)[schams-net](/maintainers/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

[in2code/migration

Framework for any kind of TYPO3 migrations and imports. Also exports and imports content from and to json files.

6277.0k3](/packages/in2code-migration)[bmack/site-importer

Imports records from a Yaml file structure into the TYPO3 database

2383.2k](/packages/bmack-site-importer)[eliashaeussler/typo3-form-consent

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

1481.0k](/packages/eliashaeussler-typo3-form-consent)[stefanfroemken/mysqlreport

Analyze and profile your TYPO3 databases queries

1314.9k](/packages/stefanfroemken-mysqlreport)

PHPackages © 2026

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