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
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-11-15 11:52: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(); ?>```