imjonos/laravel-mailboxlayer
Composer 安装命令:
composer require imjonos/laravel-mailboxlayer
包简介
Laravel Email validators based on apilayer
README 文档
README
Validator based on api https://apilayer.com/marketplace/email_verification-api
Installation
Via Composer
$ composer require imjonos/laravel-mailboxlayer
$ php artisan vendor:publish --provider="Nos\Mailboxlayer\MailboxlayerServiceProvider"
$ php artisan migrate
Usage
use Nos\Mailboxlayer\Rules\IsMxRecord;
public function rules(): array
{
return [
'email' => ['required', new IsMxRecord()],
];
}
Contributing
Please see contributing.md for details and a todolist.
License
license. Please see the license file for more information.
统计信息
- 总下载量: 438
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-11