laravel-data-breach-registry
by ginkelsoft
A Laravel package that implements the GDPR art. 33/34 personal-data breach register with a hash-chained event log, 72-hour deadline helpers, and CLI for daily monitoring.
laravel-data-consent
by ginkelsoft
A Laravel package that implements GDPR art. 6(1)(a) and art. 7 consent recording as a tamper-evident append-only event log, with grant/withdraw actions and a status helper for the current state.
laravel-data-subject-access
by ginkelsoft
A Laravel package that implements GDPR art. 15 / 20 subject-access (inzageverzoek) exports across configured Eloquent models, in JSON or Markdown, with a tamper-evident access log.
laravel-data-right-to-be-forgotten
by ginkelsoft
A Laravel package that implements GDPR art. 17 right-to-be-forgotten across configured Eloquent models, with per-model delete/anonymize strategies and a tamper-evident audit log.
laravel-compliance-core
by ginkelsoft
Shared foundation for the GinkelSoft GDPR/AVG compliance family: tamper-evident hash chain, anonymize strategies, subject hashing, and shared configuration.
laravel-compliance-hub
by ginkelsoft
Umbrella package for the GinkelSoft GDPR/AVG compliance family. Installing this single package pulls in retention, right-to-be-forgotten, subject access, consent and breach registry, and exposes a compliance:verify command that checks every audit-log chain in one shot.
laravel-data-retention
by ginkelsoft
A Laravel package that enforces GDPR storage-limitation rules per Eloquent model by deleting or anonymizing expired records and writing a tamper-evident audit log.
laravel-encrypted-search-index
by ginkelsoft
A lightweight Laravel package that provides privacy-preserving, encrypted fulltext and prefix search support for Eloquent models.