Changelog History
-
v3.0.0 Changes
April 09, 2026โ Hello,
This release is inspired by the phoenix. Just like a phoenix rises stronger, this package has been rebuilt for modern PHP and Laravel with better reliability, cleaner compatibility, and healthier maintenance tooling.
โก๏ธ ๐ Some Yummy Updates ๐
- ๐ฆ Modernized package requirements to PHP 8.1+ and current Laravel support ranges.
- โก๏ธ Updated test stack and configuration for modern PHPUnit versions.
- โ Added GitHub Actions CI matrix for PHP 8.1-8.4.
- ๐ Fixed Dependabot configuration to track Composer and GitHub Actions updates.
- Hardened validation behavior to avoid false positives when SMTP probe/connect fails.
- ๐ Changed
checkDomain()behavior to DNS-record based validation. - โ Added corrected response key
disposablewhile preserving legacydispossablefor backward compatibility. - โ Added corrected public property
domainwhile preserving legacydomianfor backward compatibility. - โ Expanded deterministic test coverage for compatibility and validation paths.
- โก๏ธ Updated README usage examples and deprecation/migration guidance.
๐ Happy Coding ๐
-
v2.2.0 Changes
April 28, 2020โ Hello,
โก๏ธ This update i would like to call a cheetah update , because as cheetah can run fast as our new update will check dirty emails very quickly with the support of local domain dictionary.
As we were using
gistfor hosting our disposable domains, but it would be a problem whengistis down. So we will providing list of domains inside the repo.โก๏ธ ๐ Some Yummy Updates ๐
โก๏ธ ๐ Optimize helper method to read disposable email list ๐
๐ You can setfromwith new method for MX & DNS record. ๐
โ ๐ Add new testcases with more environment ๐๐ Happy Coding ๐
-
v2.1.0 Changes
December 09, 2019โ Hello,
๐ Do you know eagle have sharpest eyes among all birds. Why i am mentioning here, because this release of our package has capability to identify dirty email with its sharpest code. That's why i have mention eagle here.
โก๏ธ ๐ Some Yummy Updates ๐
๐ ๐ Adding support of 25K disposable domain list ๐
๐ ๐ Some bug fixes and updation in Helper๐ Happy Coding ๐
-
v2.0.0 Changes
September 25, 2019- โจ Helper added to enhance checking of dispossable emails.
- โ Added deep check option in checkDisposableEmail() method.
- ๐ฆ Large dispossable email list has been added to gist and it is directly used with package.
-
v1.2.0 Changes
September 02, 2019- โ Added license inside composer.json
- โก๏ธ Facade updated composer.json
-
v1.1.0 Changes
August 23, 2019- โ Added License.md
- โ Added Security.md
-
v1.0.0 Changes
August 23, 2019- ๐ Initial release
- โ Added test cases.
- โก๏ธ Update EmailChecker to handle domain validations.
- โ Added docs.

