xefi/faker-php-symfony

Faker PHP integration with Symfony

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 38

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.0 2024-11-28 12:49 UTC

This package is auto-updated.

Last update: 2025-01-28 13:10:52 UTC


README

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.

Configuration

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

Requirements

PHP 8.3+
Symfony 6.4+