{"id":15647036,"url":"https://github.com/voku/email-check","last_synced_at":"2025-04-06T22:07:41.554Z","repository":{"id":35297300,"uuid":"39558433","full_name":"voku/email-check","owner":"voku","description":":envelope: E-Mail Address Validator (syntax, dns, trash, typo)","archived":false,"fork":false,"pushed_at":"2024-06-09T10:23:46.000Z","size":212,"stargazers_count":48,"open_issues_count":8,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T22:50:26.000Z","etag":null,"topics":["email","email-validation","hacktoberfest","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["voku"],"patreon":"voku","tidelift":"packagist/voku/email-check","custom":"https://www.paypal.me/moelleken"}},"created_at":"2015-07-23T09:31:09.000Z","updated_at":"2024-10-15T04:12:01.000Z","dependencies_parsed_at":"2023-01-15T17:51:48.760Z","dependency_job_id":"251b4773-4284-4508-a2c9-877140d35dfd","html_url":"https://github.com/voku/email-check","commit_stats":{"total_commits":91,"total_committers":9,"mean_commits":10.11111111111111,"dds":0.6923076923076923,"last_synced_commit":"e00b55cfd44b23c8878e47ff895c39efa24981e1"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voku%2Femail-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voku%2Femail-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voku%2Femail-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voku%2Femail-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voku","download_url":"https://codeload.github.com/voku/email-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246282678,"owners_count":20752437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","email-validation","hacktoberfest","php"],"created_at":"2024-10-03T12:16:35.470Z","updated_at":"2025-03-30T19:10:06.059Z","avatar_url":"https://github.com/voku.png","language":"PHP","funding_links":["https://github.com/sponsors/voku","https://patreon.com/voku","https://tidelift.com/funding/github/packagist/voku/email-check","https://www.paypal.me/moelleken","https://www.patreon.com/voku","https://paypal.me/moelleken","https://www.patreon.com/voku/posts"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/voku/email-check.svg)](https://travis-ci.org/voku/email-check)\n[![codecov.io](http://codecov.io/github/voku/email-check/coverage.svg?branch=master)](http://codecov.io/github/voku/email-check?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/512a3dc264b745b18baa1b238470b1d0)](https://www.codacy.com/app/voku/email-check)\n[![Latest Stable Version](https://poser.pugx.org/voku/email-check/v/stable)](https://packagist.org/packages/voku/email-check) \n[![Total Downloads](https://poser.pugx.org/voku/email-check/downloads)](https://packagist.org/packages/voku/email-check) \n[![License](https://poser.pugx.org/voku/email-check/license)](https://packagist.org/packages/voku/email-check)\n[![Donate to this project using Paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/moelleken)\n[![Donate to this project using Patreon](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/voku)\n\n# :envelope: E-Mail Address Validator for PHP\n\n### Warning\n\nThe best way to validate an e-mail address is still to send a duplicate opt-in-mail, when the user clicks on the link, it was a valid e-mail address!\n\n### Installation\n\nThe recommended installation way is through [Composer](https://getcomposer.org).\n\n```bash\n$ composer require voku/email-check\n```\n\n### Usage:\n\nExample 1:\n\n    $emailCheck = EmailCheck::isValid(\"lars@moelleken.org\");\n    \n    // true\n\nExample 2: (check for example-domain)\n\n    $emailCheck = EmailCheck::isValid(\"lars@example.com\", true);\n    \n    // false\n\nExample 3: (check for typo in domain)\n\n    $emailCheck = EmailCheck::isValid(\"lars@-tonline.de\", false, true);\n    \n    // false\n\nExample 4: (check for temporary-domain)\n\n    $emailCheck = EmailCheck::isValid(\"lars@30minutemail.com\", false, false, true);\n    \n    // false\n\n### Unit Test:\n\n1) [Composer](https://getcomposer.org) is a prerequisite for running the tests.\n\n```\ncomposer install\n```\n\n2) The tests can be executed by running this command from the root directory:\n\n```bash\n./vendor/bin/phpunit\n```\n\n### Support\n\nFor support and donations please visit [Github](https://github.com/voku/email-check/) | [Issues](https://github.com/voku/email-check/issues) | [PayPal](https://paypal.me/moelleken) | [Patreon](https://www.patreon.com/voku).\n\nFor status updates and release announcements please visit [Releases](https://github.com/voku/email-check/releases) | [Twitter](https://twitter.com/suckup_de) | [Patreon](https://www.patreon.com/voku/posts).\n\nFor professional support please contact [me](https://about.me/voku).\n\n### Thanks\n\n- Thanks to [GitHub](https://github.com) (Microsoft) for hosting the code and a good infrastructure including Issues-Managment, etc.\n- Thanks to [IntelliJ](https://www.jetbrains.com) as they make the best IDEs for PHP and they gave me an open source license for PhpStorm!\n- Thanks to [Travis CI](https://travis-ci.com/) for being the most awesome, easiest continous integration tool out there!\n- Thanks to [StyleCI](https://styleci.io/) for the simple but powerfull code style check.\n- Thanks to [PHPStan](https://github.com/phpstan/phpstan) \u0026\u0026 [Psalm](https://github.com/vimeo/psalm) for relly great Static analysis tools and for discover bugs in the code!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoku%2Femail-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoku%2Femail-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoku%2Femail-check/lists"}