fakerphp/dutch

Dutch specific extensions for Faker

dev-main 2022-01-21 00:31 UTC

This package is auto-updated.

Last update: 2024-04-21 12:22:00 UTC


README

Packagist Downloads GitHub Workflow Status

Dutch specific extensions for Faker

Getting Started

Installation

composer require fakerphp/dutch

Documentation

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

Basic Usage

Use Faker\Dutch\Factory::netherlands() or Faker\Dutch\Factory::belgium() to create and initialize a Faker generator with Dutch extensions.

require_once 'vendor/autoload.php';

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

echo $faker->name();
// 'Piet de Vries';

License

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