https://github.com/codewithsushil/email-checker
Email DNS Checker.
https://github.com/codewithsushil/email-checker
dns email email-checker email-dns-validation php-library validation
Last synced: 3 months ago
JSON representation
Email DNS Checker.
- Host: GitHub
- URL: https://github.com/codewithsushil/email-checker
- Owner: CodeWithSushil
- License: mit
- Created: 2024-11-26T15:37:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T11:34:08.000Z (about 1 year ago)
- Last Synced: 2025-07-30T21:13:52.283Z (6 months ago)
- Topics: dns, email, email-checker, email-dns-validation, php-library, validation
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Email Checker
* Email DNS Checker.
### `Usage`
```php
validate();
// Display results as a string
echo $validator->getResultsAsString();
// Display results as JSON
// echo $validator->getResultsAsJson();
} catch (Exception $e) {
echo "Error: ". $e->getMessage();
}
```