Skip to content

geekish/faker-horse-battery-staple

Repository files navigation

faker-horse-battery-staple

Latest Version on Packagist Tests Total Downloads

Generate correcthorsebatterystaple-type passwords with Faker via yuloh/battery-staple.

Install

Via Composer

composer require geekish/faker-horse-battery-staple

Usage

use Faker\Factory;
use Geekish\FakerHorseBatteryStaple\BatteryStapleProvider;

$faker = Factory::create();
$faker->addProvider(new BatteryStapleProvider($faker));

// no delimiter - e.g. correcthorsebatterystaple
echo $faker->correctHorseBatteryStaple;

// with "." as delimiter - e.g. correct.horse.battery.staple
echo $faker->correctHorseBatteryStaple('.');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email hannahwarmbier@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.