PHP code example of xylis / faker-besson-scenario-provider
1. Go to this page and download the library: Download xylis/faker-besson-scenario-provider 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/ */
xylis / faker-besson-scenario-provider example snippets
$faker = \Faker\Factory::create();
$faker->addProvider(new \Xylis\FakerCinema\Provider\BessonScenario($faker));
$faker->scenario; // Un Dauphin tueur à gages fait une poursuite en Taxi avec des roumains
$faker->basicScenario; // Nikita pète la gueule à des chinois déguisés en Père Noel en banlieue
$faker->scenarios(2); // array
$faker->basicScenarios(2); // array