aerticket/data-anonymizer

Last activity 28 Oct 2024 2 1 136
composer require aerticket/data-anonymizer

Anonymize sensitive data in your models via annotations

dev-allow-direct-access-to-properties

Homepage
https://github.com/aerticket/neos-flow-data-anonymizer
Version
dev-allow-direct-access-to-properties
Type
neos-package
Release Date
Jul 23, 2019 07:05
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.0
MIT dc9a2815168a3685c6f94dd6469c3c9578cef2ed

Readme excerpt

Data Anonymizer for Neos Flow Applications

Anonymize sensitive data in your models via annotations

Installation

Install the package via composer:

composer require aerticket/data-anonymizer

(or by adding the dependency to the composer manifest of an installed package)

Basic usage

You can define which models should be anonymized via annotations:

use Aerticket\DataAnonymizer\Annotations as Anonymizer; /** * @Anonymizer\AnonymizableEntity(referenceDate="updatedAt") */ class SomeClass { /** * @var \DateTime */ $updatedAt; /** * @var string * @Anonymizer\Anonymize() */ $personalData; …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 2 package(s).