Skip to content

Instantly share code, notes, and snippets.

@madeinnordeste
Created July 28, 2017 18:44
Show Gist options
  • Save madeinnordeste/a1a3314026401e4d57cada0a81479586 to your computer and use it in GitHub Desktop.
Save madeinnordeste/a1a3314026401e4d57cada0a81479586 to your computer and use it in GitHub Desktop.
Teste Faker
<?php
include 'vendor/autoload.php';
$faker = Faker\Factory::create();
echo $faker->name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment