PHPackages                             techniconcept/formfinisher-jsonstore - 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. techniconcept/formfinisher-jsonstore

ActiveNeos-package[Database &amp; ORM](/categories/database)

techniconcept/formfinisher-jsonstore
====================================

Neos.Form finisher to store form data in database

2.0.0(6y ago)028MITPHP

Since Dec 20Pushed 6y ago2 watchersCompare

[ Source](https://github.com/techniConcept/formfinisher-jsonstore)[ Packagist](https://packagist.org/packages/techniconcept/formfinisher-jsonstore)[ RSS](/packages/techniconcept-formfinisher-jsonstore/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Form finisher for storing results as JSON in DB
===============================================

[](#form-finisher-for-storing-results-as-json-in-db)

Let you add a form finisher to store the form data as JSON in the database.

Dependencies
------------

[](#dependencies)

This packages depends on

- [ttree/jsonstore](https://github.com/ttreeagency/JsonStore) to store data into DB
- [neos/form-builder](https://github.com/neos/form-builder) for the form ;-)

How to use?
-----------

[](#how-to-use)

1. `composer require techniconcept/formfinisher-jsonstore`
2. Add the finisher to your form

### NodeTypes based form

[](#nodetypes-based-form)

Add the "JsonStore Finisher" and fill the label and type to retrieve your form.

### Fusion based form (with [neos/form-fusionrenderer](https://github.com/neos/form-fusionrenderer))

[](#fusion-based-form-with-neosform-fusionrenderer)

Add the following Fusion code:

```
prototype(TC.FormExample:Content.MyForm) < prototype(Neos.Form.Builder:Form) {

    # ...

    finishers {
        jsonStoreFinisher = TC.FormFinisher.JsonStore:Finisher.Definition {
            options {
                storeLabel = 'JsonStore label'
                storeType = 'ch.techniconcept.form-finisher.jsonstore'
            }
        }
    }

    # ...

}

```

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [techniConcept](https://techniconcept.ch).

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just [contact us](https://techniconcept.ch/contact/).

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~378 days

Total

3

Last Release

2310d ago

Major Versions

1.0.1 → 2.0.02020-01-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/0714c8f52e6a4f60029b246a15c9d854b2bb16ed8c37c438161bf228e96426d2?d=identicon)[sruegg](/maintainers/sruegg)

---

Top Contributors

[![sruegg](https://avatars.githubusercontent.com/u/777457?v=4)](https://github.com/sruegg "sruegg (2 commits)")[![tbrodard](https://avatars.githubusercontent.com/u/1318737?v=4)](https://github.com/tbrodard "tbrodard (1 commits)")

### Embed Badge

![Health badge](/badges/techniconcept-formfinisher-jsonstore/health.svg)

```
[![Health](https://phpackages.com/badges/techniconcept-formfinisher-jsonstore/health.svg)](https://phpackages.com/packages/techniconcept-formfinisher-jsonstore)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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