PHPackages                             tomkyle/dsgvo-twig - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. tomkyle/dsgvo-twig

ActiveLibrary[Templating &amp; Views](/categories/templating)

tomkyle/dsgvo-twig
==================

German DSGVO (GDPR) Twig templates

0.3.3(7y ago)1921[3 issues](https://github.com/tomkyle/dsgvo-twig/issues)UnlicenseHTML

Since May 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/tomkyle/dsgvo-twig)[ Packagist](https://packagist.org/packages/tomkyle/dsgvo-twig)[ RSS](/packages/tomkyle-dsgvo-twig/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (25)Used By (0)

Twig templates for German DSGVO / GDPR
======================================

[](#twig-templates-for-german-dsgvo--gdpr)

The Goal
--------

[](#the-goal)

This templates collection shall provide you [ready-to-use snippets](#available-templates) which only need context variables to be filled in. Any user feel invited to [contribute!](#contributions-welcome)

Use at own risk
---------------

[](#use-at-own-risk)

**As “best practices” have not evolved yet, the texts provided here can not be considered “legally bullet-proof”.** In any case, stay in touch with your Data Protection Officer.

DSGVO Readings
--------------

[](#dsgvo-readings)

**Jens Kubieziel's [DSGVO-Liste](https://github.com/qbi/DSGVO-Liste)** on GitHub
„Informationsquellen und weitere Ressourcen zur Datenschutz-Grundverordnung“

**Lukas Leitsch's [DSGVO-Checkliste](https://github.com/lukasleitsch/dsgvo-checkliste)** on GitHub
„Eine Übersicht für Website-Betreiber“

Installation
------------

[](#installation)

Whilst templates are not PHP, Composer makes it easy to download the templates somewhere and update automatically. Feel free to propose an handsome alternative, opening a new issue: [issues list.](https://github.com/tomkyle/dsgvo-twig/issues)

```
$ composer require tomkyle/dsgvo-twig
```

To obtain the stable release one day, use this:

```
$ composer require tomkyle/dsgvo-twig:">0.2|^1.0"
```

Usage
-----

[](#usage)

First add `vendor/tomkyle/dsgvo-twig/templates`to Twig's template paths. Make sure to *append* the templates directory to make sure you can *override* the default template with a customized copy in your primary (app) templates directory.

See Twig's documentation on [File system loaders](https://twig.symfony.com/doc/2.x/api.html#built-in-loaders).

```
