laraxot / module_gdpr_fila3
Requires
- filament/filament: ^3.2
- illuminate/contracts: *
- illuminate/support: *
- laraxot/module_xot_fila3: dev-master
- mhmiton/laravel-modules-livewire: ^2.3
- thecodingmachine/safe: ^2.5
Requires (Dev)
- driftingly/rector-laravel: ^0.26.2
- enlightn/enlightn: ^2.7
- larastan/larastan: ^2.7
- laravel/pint: ^1.13
- nunomaduro/collision: ^7.10
- nunomaduro/phpinsights: ^2.11
- orchestra/pest-plugin-testbench: *
- orchestra/testbench: ^8.22
- pestphp/pest: ^2.34
- psalm/plugin-laravel: ^2.8
- rector/rector: ^1.0
- symplify/phpstan-rules: *
- thecodingmachine/phpstan-safe-rule: ^1.2
- vimeo/psalm: ^5.17
- dev-master
- v0.2.08.x-dev
- v0.2.07.x-dev
- v0.2.06.x-dev
- 0.0.1
- dev-dev
- dev-cs0.2.06
- dev-cs0.2.05
- dev-cs0.2.04
- dev-prod
- dev-cs0.2.03
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.1.0
- dev-cs0.2.01
- dev-cs0.2.00
- dev-dependabot/github_actions/ramsey/composer-install-3
- dev-cs0.1.01
- dev-dependabot/github_actions/borales/actions-yarn-5
- dev-dependabot/github_actions/EndBug/add-and-commit-9.1.4
- dev-dependabot/github_actions/actions/cache-4
This package is auto-updated.
Last update: 2024-10-29 10:40:18 UTC
README
Module Gdpr
The GDPR Fila3 module is designed to help developers and businesses comply with GDPR regulations. It provides tools and features to manage users' personal data, ensuring that it is processed securely and transparently.
Prerequisites
- php v8+
- laravel
- Xot Module (Required)
- Tenant Module (Required)
- UI Module (Required)
Add Module to the Project Base
Inside the laravel/Modules
folder:
Module GDPR Fila3 is the ultimate solution for integrating GDPR compliance into your Laravel project. With powerful features to manage user data, consent requests, and access requests, this module helps you ensure your project is fully compliant with GDPR regulations, saving you time and effort. 🛡️
Key Features 🌟
- User Data Management: Collect, store, and process user data in compliance with GDPR.
- Consent Requests: Manage and record user consent for data processing seamlessly.
- Data Access & Deletion: Handle user data requests (access, modification, deletion) with ease.
- Compliance Reporting: Generate GDPR compliance reports to stay on top of regulations.
- Automatic Logging: Log all data access and processing activities for compliance.
Installation Guide 💻
-
Install the module:
git submodule add https://github.com/laraxot/module_gdpr_fila3.git Gdpr
-
Run Migrations:
php artisan module:migrate Gdpr
-
Enable the module:
php artisan module:enable Gdpr
-
Check Active Modules:
php artisan module:list
Console Commands 🚀
Manage GDPR features directly from the terminal:
-
List GDPR Requests:
php artisan gdpr:list
View all active GDPR requests from users.
-
Generate Compliance Report:
php artisan gdpr:report
Generate a report for your GDPR compliance efforts.
-
Log Data Processing Activities:
php artisan gdpr:log <activity>
Automatically log data processing activities to ensure transparency.
Configuration 🔧
Customize the module to fit your app's GDPR needs. Update configurations via module_gdpr_fila3.php
to adapt logging, consent handling, and more.
FAQ ❓
-
Q: How do I manage consent requests? A: Consent requests can be created and tracked within the module. You can set custom policies for consent renewal and updates.
-
Q: Is logging data access automatic? A: Yes! All user data access and processing are automatically logged and can be reviewed at any time.
Author 👨💻
Developed and maintained by Marco Sottana
📧 Email: marco.sottana@gmail.com
License 📄
This package is open-sourced under the MIT license.
Stay compliant and secure user trust with Module GDPR Fila3! 💥
Verify the Module is Active
php artisan module:list
in caso abilitarlo
php artisan module:enable Gdpr
Run the Migrations
php artisan module:migrate Gdpr