yiirocks / voyti-gdpr
GDPR compliance addon for Voyti user management: data export, account anonymization
Fund package maintenance!
1.0.1
2026-08-21 15:29 UTC
Requires
- php: >=8.3
- yiirocks/voyti: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- infection/infection: ^0.35.0
- nyholm/psr7: ^1.8
- phpunit/phpunit: @stable
- psr/http-client: ^1.0
- rector/rector: ^2.1.1
- vimeo/psalm: ^6.0
- yiirocks/voyti-social-auth: ^1.0
- yiirocks/voyti-views-bootstrap5: ^1.0
- yiisoft/code-style: ^1.1
- yiisoft/config: ^1.6
- yiisoft/db-sqlite: ^2.0
- yiisoft/di: *
- yiisoft/router-fastroute: ^4.0
This package is auto-updated.
Last update: 2026-08-21 15:30:41 UTC
README
The optional GDPR data-handling addon for Voyti, the Yii3 user-management extension. It adds self-service data export (JSON download) and account anonymization to Voyti's Privacy hub.
Stats for Nerds
Overview
This package adds the optional half of GDPR handling on top of Voyti core: a self-service JSON data export and account anonymization, both reachable from core's Privacy hub. Mandatory consent collection and hard account deletion live in core itself and are out of scope here.
Installation
composer require yiirocks/voyti-gdpr
Documentation
The complete reference guide is available at Yii.Rocks.