Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 965 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 965 Bytes

Faker - Swedish extensions

Packagist Downloads GitHub Workflow Status

Swedish specific extensions for Faker

Getting Started

Installation

composer require fakerphp/swedish

Documentation

Full documentation can be found over on fakerphp.github.io.

Basic Usage

Use Faker\Swedish\Factory::sweden() to create and initialize a faker generator with Swedish extensions.

require_once 'vendor/autoload.php';

// use the factory to create a Faker\Generator instance
$faker = Faker\Swedish\Factory::sweden();

echo $faker->name();
// 'Åke Svensson';

License

Faker is released under the MIT License. See LICENSE for details.