Helper package to make it easier to use the Faker PHP library.
fake()->latitude();
fake('fr_FR')->firstName();
fake()->optional()->creditCardNumber();
- Ease of use
- Type safety
- Autocompletion
Via Composer:
composer require --dev hereldar/faker-helper
Run the following commands from the project folder:
make tests
make static-analysis
make coding-standards
To execute:
- A PHPUnit test suite.
- PHPStan and Psalm for static code analysis.
- Easy Coding Standard to fix coding standards.
All Faker formatters and locales are available:
The MIT License (MIT). Please see LICENSE for more information.