承接 shyim/check-if-email-exists 相关项目开发

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

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

shyim/check-if-email-exists

最新稳定版本:1.0.0

Composer 安装命令:

composer require shyim/check-if-email-exists

包简介

A PHP library to check if an email address exists and is deliverable

README 文档

README

This is a PHP library to check if an email address exists and is deliverable.

Installation

composer require shyim/check-if-email-exists

Usage

CLI

# After cloning the repo
./bin/check-email test@example.com

# After composer install (global or local)
vendor/bin/check-email test@example.com

Programmatic API

use Shyim\CheckIfEmailExists\EmailChecker;

require 'vendor/autoload.php';

$checker = new EmailChecker();
$result = $checker->check('test@example.com');

print_r($result->toArray());

Features

  • Syntax validation
  • DNS MX record check
  • SMTP connection verification (HELO, MAIL FROM, RCPT TO)
  • Catch-all detection
  • Role account detection
  • Disposable email detection

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-02