This repository is a Symfony bundle that ensure compatibility and dependency injection for the Faker package.
Please refer to the main package or the documentation to understand it well.
Once the package is required, you can configure the locale to use.
For this, simply create a config/packages/xefi_faker.yaml
file, and fill it like this :
xefi_faker_symfony:
locale: fr_FR
PHP 8.3+
Symfony 6.4+