PHP code example of drupol / belgian-national-number-faker

1. Go to this page and download the library: Download drupol/belgian-national-number-faker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

drupol / belgian-national-number-faker example snippets




declare(strict_types = 1);

aker\Provider\BelgianNationalNumber;
use Faker\Generator;

$faker = new BelgianNationalNumber(new Generator());

echo $faker->belgianNationalIdentificationNumber();