PHP Faker Bundle

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.2 2023-05-16 10:56 UTC

This package is auto-updated.

Last update: 2024-04-28 19:06:38 UTC


README

Faker Library for PHP 7.4/8.2

Symfony

Generating lastnames, firstnames,

Install

$ composer require mubiridziri/faker

Example

$faker = new \Mubiridziri\Faker\Service\FakerManager();
$result = $faker->{useAnyPublicMethods}()

Languages

  • RU

TODO

  • More mocks data
  • Add ENG Language
  • Override Language after construct