intermundia/yii2-gdpr

it saves hashed email with timestamp into the database

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-02-26 15:51 UTC

This package is not auto-updated.

Last update: 2024-05-03 09:31:26 UTC


README

it saves hashed email with timestamp into the database

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist intermundia/yii2-gdpr "*"

or add

"intermundia/yii2-gdpr": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \intermundia\gdpr\AutoloadExample::widget(); ?>```