xefi / faker-php-symfony
Faker PHP integration with Symfony
Package info
github.com/xefi/faker-php-symfony
Type:symfony-bundle
pkg:composer/xefi/faker-php-symfony
1.0.0
2024-11-28 12:49 UTC
Requires
- php: ^8.3
- symfony/framework-bundle: ^6.4 || ^7.0 || ^7.1
- symfony/yaml: ^6.4 || ^7.0 || ^7.1
- xefi/faker-php: ^1
Requires (Dev)
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2026-03-10 13:57:55 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+