gdpr-dump
gdpr-dump copied to clipboard
standalone executable with bundled php
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
@bloep Sounds like a cool idea. Can you share the steps you took to generate such a binary? How big was the resulting file? I am not a maintainer here, but probably one could make a pull requests with the according github action to generate such a build?