It would be great to use fakerphp/faker as fake data provider because:
- It's well known stable solution with many features.
- It supports
seed to generate the same values in unit tests.
- It generates real human examples in comparison to this package.
- It can generate data for different locales.
The only disadvantage of fzaninotto/faker is library size(3.5MB). That's why I'm going to add it as suggest package, not required.
I submit this issue just to show what I'm working on right now!
It would be great to use
fakerphp/fakeras fake data provider because:seedto generate the same values in unit tests.The only disadvantage of
fzaninotto/fakeris library size(3.5MB). That's why I'm going to add it assuggestpackage, not required.I submit this issue just to show what I'm working on right now!