2017 © Pedro Peláez
 

symfony-bundle gdpr-bundle

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data

image

superbrave/gdpr-bundle

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data

  • Tuesday, May 29, 2018
  • by accsuperbrave
  • Repository
  • 6 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

gdpr-bundle

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data, (*1)

Build Status Total Downloads Latest Stable Version, (*2)

Overview

  • Provides an annotation for anonymizing objects based on specific anonymization types. You can create your own anonynimization types, you can read more on how in: Registering new anonymizers, (*3)

  • Provides an annotation for exporting object data to a specific format., (*4)

Setup

Installation

Using this package is similar to all Symfony bundles., (*5)

Step 1.

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:, (*6)

$ composer require superbrave/gdpr-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*7)

Step 2.

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*8)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Superbrave\GdprBundle\SuperbraveGdprBundle(),
        );
        // ...
    }
    // ...
}

Documentation

The source of the documentation is stored in the Resources/doc/ folder:, (*9)

Documentation for Anonymizer, (*10)

Documentation for Exporter, (*11)

License

This bundle is under the MIT license. See the complete license in the bundle, (*12)

The Versions

29/05 2018

dev-master

9999999-dev

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data

  Sources   Download

The Requires

 

The Development Requires

annotations exporting gdpr anonymizing

29/05 2018

0.4.0

0.4.0.0

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data

  Sources   Download

The Requires

 

The Development Requires

annotations exporting gdpr anonymizing

24/05 2018

dev-superbrave-rename

dev-superbrave-rename

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing data

  Sources   Download

The Requires

 

The Development Requires

annotations gdpr anonymizing

03/05 2018

0.1.0

0.1.0.0

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing data

  Sources   Download

The Requires

 

The Development Requires

annotations gdpr anonymizing