aerticket/data-anonymizer

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

Anonymize sensitive data in your models via annotations

0.2.0

Homepage
https://github.com/aerticket/neos-flow-data-anonymizer
Version
0.2.0
Type
neos-package
Release Date
Jul 23, 2019 07:10
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.0
MIT 2b657912a121a9c2b44845684b184ca76e62f7f5

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).