Download the PHP package mediengarage/piwik-consent-manager without Composer

On this page you can find all versions of the php package mediengarage/piwik-consent-manager. 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 piwik-consent-manager

Mediengarage Logo

PIWIK Consent Manager TYPO3 extension

PIWIK Consent Manager integration in order to make TYPO3 content elements GDPR compliant.

You can click on the images in this readme to see a larger version.

  1. What does it do?
  2. Installation
  3. Quick Start
  4. TypoScript Condition
  5. Roadmap

🤔 What does it do?

Instead of privacy harming content a placeholder will be displayed to the user.

Bildschirmfoto 2022-06-09 um 21 56 47

Only when the user gives its consent on the PIWIK Consent Manager the page is reloaded and the actual content will be shown.

Bildschirmfoto 2022-06-09 um 21 57 13

📦 Installation

  1. Install extension

    • Composer

    • Non Composer

      If you want to install into a non composer TYPO3, using the TER is recommended. You can download and install it directly from the Extension Manager of your TYPO3 instance.

  2. Include static template into your root TypoScript template and click save:

    include_static_template
  3. Navigate to Configure extensions from the Settings module under Admin Tools:

    configure_extensions
  4. Enter your PIWIK Pro credentials. Check step 5 to see from where to retrieve those values from. Keep them secret!

    extensions settings
  5. Login to your PIWIK Pro account and navigate to Menu -> Administration. Choose your website and click the Installation tab.

    piwik_installation

🚀 Quick Start

Quickstart shows how to embed a YouTube video which is only displayed when a user gives its consent. A placeholder will be shown if no consent was set or it was declined.

In order to have a basic website for presentation purposes the quick start guide uses https://github.com/benjaminkott/bootstrap_package.

  1. Create a new content element anywhere on the page and choose YouTube from the new privacy tab:

    new_content_element
  2. Paste the embed markup into text area and choose a consent type to which the element should react. React means it will be displayed when the user gives its consent on that type. The default placeholder image can be overwritten on a per content element basis in the image tab.

    yt_content_element
  3. Login to your PIWIK Pro account and navigate to Menu -> Tag Manager. Create an asynchronous tag for the chosen consent type (Custom Consent in this example) in order to reload the page when a consent was sent. Don't forget to save and publish (or debug to test on production system).

    piwik_tag

🤓 Custom TypoScript Condition

In order to e.g. embed JavaScript based on whether a consent is set or not a custom TypoScript condition can be used.

🛣 Roadmap


All versions of piwik-consent-manager with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11.5 || ^12.4
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 mediengarage/piwik-consent-manager contains the following files

Loading the files please wait ....