Download the PHP package sitegeist/stonetablet without Composer

On this page you can find all versions of the php package sitegeist/stonetablet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stonetablet

Sitegeist.StoneTablet

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

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 & Sponsors

The development and the public-releases of this package is generously sponsored by our employer http://www.sitegeist.de.

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

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

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.

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

Inspector

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" 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 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

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.


All versions of stonetablet with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
neos/neos Version ~8.2
neos/fusion Version ~8.2
neos/fusion-form Version ~2.0
sitegeist/inspectorgadget Version ~2.0
phpoffice/phpspreadsheet Version ^1.29 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sitegeist/stonetablet contains the following files

Loading the files please wait ....