intermundia / yii2-gdpr
it saves hashed email with timestamp into the database
Package info
github.com/intermundia-de/yii2-gdpr
Type:yii2-extension
pkg:composer/intermundia/yii2-gdpr
dev-master
2020-02-26 15:51 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-06 18:21:07 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(); ?>```