承接 babatundeodaniel/laravel-fake-email-validator 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

babatundeodaniel/laravel-fake-email-validator

最新稳定版本:v1.2

Composer 安装命令:

composer require babatundeodaniel/laravel-fake-email-validator

包简介

This package helps you avoid fake emails in your registration process

README 文档

README

Latest Version on Packagist Build Status Quality Score Total Downloads

The package checks the input email against an updated list of known temporary email host.

Installation

You can install the package via composer:

composer require babatundeodaniel/laravel-fake-email-validator

To customize the configuration file, publish the package configuration using Artisan.

php artisan vendor:publish --provider="Getripay\GetripayVerifyFakeEmails\GetripayVerifyFakeEmailsServiceProvider"

You can then edit the generated config at app/config/config/getripay_verify_fake_emails.php.

Usage

// Add rule to your laravel validation like this.
public function rules()
{
    return [
        'emails' => ['not_fake_email'],
    ];
}

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

  • 总下载量: 723
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-18