geekish / faker-horse-battery-staple

Faker的Correct Horse Battery Staple密码提供者

2.0 2020-12-20 16:27 UTC

This package is auto-updated.

Last update: 2024-09-21 00:59:40 UTC


README

Latest Version on Packagist Tests Total Downloads

使用Fakeryuloh/battery-staple生成correcthorsebatterystaple类型的密码。

安装

通过Composer

composer require geekish/faker-horse-battery-staple

使用方法

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('.');

变更日志

有关最近更改的更多信息,请参阅CHANGELOG

测试

composer test

贡献

有关详细信息,请参阅CONTRIBUTINGCONDUCT

安全

如果您发现任何与安全相关的问题,请通过电子邮件hannahwarmbier@gmail.com联系,而不是使用问题跟踪器。

鸣谢

许可证

MIT许可证(MIT)。有关更多信息,请参阅许可证文件