wordpress-anonymizer
wordpress-anonymizer copied to clipboard
Allow passing values to faker formatters
trafficstars
fe. the yaml line
password: "password(2, 6)"
could be parsed to retrieve 2 arguments, and inject them into the formatter by making usage of call_user_func_array
While at it, it would be nice to allow passing in modifiers as well, such as unique or optional