Smile-SA/gdpr-dump

standalone executable with bundled php

Opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
This tool is so flexible that it can also be used for systems that do not have php installed.

For example, we also use it to anonymize a MySQL DB of a Java EE application.

Describe the solution you'd like
Since gdpr-dump provides already a phar file, it could be easily combined with something like static-php-cli.

i tried it myself with the cli version and it worked great.

that would have advantages like:

  • can be used directly on systems without installed php (e.g. docker containers)
  • can always use the latest php version (with improvements & better performance)
  • optimized php.ini config (e.g. memory_limit)

Some type of docker project for this might also help.

A plain executable without docker sounds like a more lightweight and more universal solution IMO