1. Go to this page and download the library: Download akemi-adam/ifrn-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/ */
$faker->student()->name() // Retorna um nome brasileiro aleatório (Um alias para a função name() do PHP-Faker)
$faker->teacher()->name($gender) // Retorna um nome comum normalmente associado ao gênero passado por parâmetro
$faker->student()->gender() // Exemplo: Feminino, Masculino, Não-binário
$faker->teacher()->schoolEmail() // Exemplo: [email protected], [email protected], ...
$faker->student()->academicEmail() // Exemplo: [email protected], [email protected], ...
$faker->teacher()->bloodType() // Exemplo: +O, -AB, +A, ...
$faker->student()->telephone() // Retorna um telefone brasileiro
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.