PHPackages                             sitegeist/stonetablet - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sitegeist/stonetablet

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

sitegeist/stonetablet
=====================

Export function for neos fusion forms

v1.0.2(2y ago)2566GPL-3.0+PHPPHP &gt;=8.1

Since Sep 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/sitegeist/Sitegeist.StoneTablet)[ Packagist](https://packagist.org/packages/sitegeist/stonetablet)[ RSS](/packages/sitegeist-stonetablet/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (5)Used By (0)

Sitegeist.StoneTablet
=====================

[](#sitegeiststonetablet)

Form Export Extension for Neos.Fusion.Form and Sitegeist.PaperTiger
-------------------------------------------------------------------

[](#form-export-extension-for-neosfusionform-and-sitegeistpapertiger)

This package gives neos editors the option to bind export functionality to fusion forms and export them as an Excel file using a backend module.

!!! The package does not have any dependency to Sitegeist.PaperTiger but the forms that are assembled using this package are also covered.

### Authors &amp; Sponsors

[](#authors--sponsors)

- Masoud Hedayati -

*The development and the public-releases of this package is generously sponsored by our employer .*

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

[](#installation)

Sitegeist.StoneTablet is available via packagist run `composer require sitegeist/stonetablet` to install.

To create the required tables run `./flow doctrine:migrate`

We use semantic-versioning so every breaking change will increase the major-version number.

Usage
-----

[](#usage)

Forms need to adjust their configuration in order to be able to register themselves as an export candidate.

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

[](#configuration)

In order to bind the functionality to a form the package adds the `Sitegeist.StoneTablet:Mixin.ExportableForm` to Neos cms. Forms which inherit the mixin, possess some new properties to determine if and how a form must be exported.

```
Acme.Demo:FusionOrPaperTigerForm:
  superTypes:
    'Sitegeist.StoneTablet:Mixin.ExportableForm': true
```

To exclude fields per default from the export you have to alter the setting `Sitegeist.StoneTablet.defaultExcludedFields`

```
Sitegeist:
  StoneTablet:
    defaultExcludedFields: ['honeypotfield', 'defaultCaptchaField']
```

Inspector
---------

[](#inspector)

### Optional Export

[](#optional-export)

By selecting the Exportable checkbox, the form is registered as an export candidate and after submition the form data are saved in the associated table in the database.

### Excluded Fields

[](#excluded-fields)

"Excluded Fields" property contains an array of field names, which are not supposed to be registered in the database and consequently not appear in the export file. Field names of submit button, Friendly Captcha and privacy policy are best cases to be excluded from the export.

### Upload Fields

[](#upload-fields)

Upload Fields are also included in the export. As a result the exported archive file contains an Excel file along with all upload fields in a separate directory.

Export Backend Module
---------------------

[](#export-backend-module)

Form Export Management is the corresponding backend module to export submitted forms over a specific period of time. Removed forms do not appear in the export list anymore but the data remains in the database.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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 ~71 days

Total

3

Last Release

836d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41de3ce33f7278b208dbea830e89b8ff1349fa145d8508127c89d4d94f6f34b0?d=identicon)[Nezaniel](/maintainers/Nezaniel)

---

Top Contributors

[![hedayati-m](https://avatars.githubusercontent.com/u/66601551?v=4)](https://github.com/hedayati-m "hedayati-m (18 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (10 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sitegeist-stonetablet/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-stonetablet/health.svg)](https://phpackages.com/packages/sitegeist-stonetablet)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[sandstorm/neostwofactorauthentication

1223.6k](/packages/sandstorm-neostwofactorauthentication)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1589.7k1](/packages/sitegeist-taxonomy)

PHPackages © 2026

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