All Versions
7
Latest Version
Avg Release Cycle
404 days
Latest Release
121 days ago

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 disposable while preserving legacy dispossable for backward compatibility.
    • โž• Added corrected public property domain while preserving legacy domian for 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 gist for hosting our disposable domains, but it would be a problem when gist is down. So we will providing list of domains inside the repo.

    speed-predator-cheetah-wild-animal-59952

    โšก๏ธ ๐Ÿ” Some Yummy Updates ๐Ÿ”

    โšก๏ธ ๐ŸŽ‰ Optimize helper method to read disposable email list ๐ŸŽ‰
    ๐ŸŽ‰ You can set from with 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.

    close-up-photography-of-bald-eagle-145962 (1)

    โšก๏ธ ๐Ÿ” 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.