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
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-02