@@ -10,7 +10,7 @@ edyan/neuralyzer
10
10
11
11
## Summary
12
12
This project is a library and a command line tool that ** anonymizes** a database by updating data
13
- or generating fake data (update vs insert). It uses [ Faker] ( https://github.com/fzaninotto/Faker )
13
+ or generating fake data (update vs insert). It uses [ Faker] ( https://github.com/fakerphp/faker )
14
14
to generate data from rules defined in a configuration file.
15
15
16
16
As it can do row per row or use batch mechanisms, you can load tables with
@@ -109,11 +109,11 @@ language: en_US
109
109
110
110
You have to modify the file to change its configuration. For example, if you need to remove data
111
111
while anonymizing and change the language
112
- (see [Faker's doc](https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider ) for available languages), do :
112
+ (see [Faker's doc](https://fakerphp. github.io/ ) for available languages), do :
113
113
114
114
` ` ` yaml
115
115
# be careful that some languages have only a few methods.
116
- # Example : https://github.com/fzaninotto /Faker/tree/master /src/Faker/Provider/fr_FR
116
+ # Example : https://github.com/FakerPHP /Faker/tree/v1.14.1 /src/Faker/Provider/fr_FR
117
117
language : fr_FR
118
118
` ` `
119
119
@@ -413,7 +413,7 @@ config:
413
413
# Prototype
414
414
-
415
415
416
- # Faker method to use, see doc : https://github.com/fzaninotto/Faker
416
+ # Faker method to use, see doc : https://fakerphp. github.io/
417
417
method : ~ # Required
418
418
419
419
# Set this option to true to generate unique values for that field (see faker->unique() generator)
0 commit comments