Download the PHP package rkw/rkw-outcome without Composer

On this page you can find all versions of the php package rkw/rkw-outcome. 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 rkw-outcome

rkw_outcome

Features

Extension for processing outcome surveys.

Structure and process

If a event reservation or an order is confirmed, the fired signal will eventually initiate the process of creating a survey request associated with the corrsponding reservation or order.

The survey request will be created only, if a the event reservation or order fits to an existing survey configuration, which is set in the backend. The following parameters must match:

If these parameters do match the survey request is created immediately. A scheduled task will take care of processing these pending survey requests. Therefore a corresponding task has to be set in the scheduler. It takes the following parameters:

If there are pending survey requests they will be processed. In case there are multiple requests pending, meaning there are at least two products or events associated with survey configuration, the process will randomly select one out of these and store it to the containing survey request. Each of the matching survey requests will get a timestamp to mark them as notified.

In the same time a notification to the corresponding frontenduser will be sent to provide them a link to the selected survey. This link will sent them to a page containing a regular survey plugin, but using the uid of the selected survey in combination with an enhanced real url configuration, the frontenduser will get the corresponding survey and can go along.

Setup

You should create a backend folder to store the outcome records. The uid of this folder should be set as constant .

The extension relies on the extensions rkw_events and rkw_shop. Both extensions provide an additional constant . This constant should be used to restrict the selection of targetgroups in the order or reservation form to the selected uid of the parent .

Furthermore you should set the constant to the page uid containing your survey plugin. This will be used in rendering the link to the corresponding survey within the notification mail.

Necessary enhancement of the real url configuration:

Testing

Some of the tests rely on setting the environment time to correspond to different time-based scenarios. So please make sure to install the following package in your root folder by running:

Status of editing: 2023-04-20


All versions of rkw-outcome with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
typo3/cms-core Version ~10.4.0
madj2k/t3-core-extended Version ~10.4.0 || ~11.5.0 || ~12.4.0
madj2k/t3-accelerator Version ~10.4.0 || ~11.5.0 || ~12.4.0
madj2k/t3-postmaster Version ~10.4.0 || ~11.5.0 || ~12.4.0
madj2k/t3-fe-register Version ~10.4.0 || ~11.5.0 || ~12.4.0
rkw/rkw-events Version ~10.4.0 || ~11.5.0 || ~12.4.0
rkw/rkw-shop Version ~10.4.0 || ~11.5.0 || ~12.4.0
rkw/rkw-survey Version ~10.4.0 || ~11.5.0 || ~12.4.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 rkw/rkw-outcome contains the following files

Loading the files please wait ....