{"id":19311086,"url":"https://github.com/boxuk/wordpress-email-tld-checker","last_synced_at":"2025-04-22T14:30:26.463Z","repository":{"id":62496371,"uuid":"201080654","full_name":"boxuk/wordpress-email-tld-checker","owner":"boxuk","description":"📧 A small WordPress plugin to validate email addresses against valid TLDs.","archived":false,"fork":false,"pushed_at":"2023-09-05T11:12:42.000Z","size":14,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-04-14T11:50:56.100Z","etag":null,"topics":["email-validation","iana","tld-verification","wordpress","wordpress-plugin"],"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/boxuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2019-08-07T15:47:34.000Z","updated_at":"2024-04-14T11:50:56.100Z","dependencies_parsed_at":"2024-10-25T11:26:56.568Z","dependency_job_id":"644d8c90-f896-4c91-b4e1-c25ff178a8ab","html_url":"https://github.com/boxuk/wordpress-email-tld-checker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwordpress-email-tld-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwordpress-email-tld-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwordpress-email-tld-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxuk%2Fwordpress-email-tld-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxuk","download_url":"https://codeload.github.com/boxuk/wordpress-email-tld-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250258738,"owners_count":21400960,"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-validation","iana","tld-verification","wordpress","wordpress-plugin"],"created_at":"2024-11-10T00:27:41.935Z","updated_at":"2025-04-22T14:30:26.180Z","avatar_url":"https://github.com/boxuk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordPress Email TLD Checker\n===========================\n\n[![Build Status](https://travis-ci.com/boxuk/wordpress-email-tld-checker.svg?token=3rRfYiN6sMupp1z6RpzN\u0026branch=master)](https://travis-ci.com/boxuk/wordpress-email-tld-checker)\n\nA small WordPress plugin to validate email addresses against valid TLDs.\n\n[https://github.com/BoxUk/wordpress-email-tld-checker](https://github.com/BoxUk/wordpress-email-tld-checker)\n\n[License](LICENSE)\n\n\nInstallation\n------------\n\nInstallation is handled via [Composer](http://getcomposer.org).\n\n```bash\ncomposer require boxuk/wordpress-email-tld-checker\n```\n\n\u003e Make sure you have [composer/installers](https://github.com/composer/installers) configured to install within the plugins dir.\n\nActivate the plugin.\n\n```bash\nwp plugin activate wordpress-email-tld-checker\n```\n\n\u003e Or via the plugins section of the admin UI.\n\nUsage\n-----\n\nOnce the plugin is activated, an email validation (`is_email()`) will now check that the TLD (the .com bit for example) is valid according to [the official IANA database](https://www.iana.org/domains/root/db).\n\nTroubleshooting\n---------------\n\nThe plugin is designed to be installed with [Composer](http://getcomposer.org) and assumes you are including somewhere the autoloader that comes with composer, if you're not then you may run into some issues. The easiest way to resolve is to include the `autolaod.php` from composer, but failing that you may be able to manually require the following files:\n\n* `$vendor_dir . '/symfony/polyfill-intl-idn/Idn.php'`\n* `$vendor_dir . '/symfony/polyfill-intl-idn/bootstrap.php'`\n* `$vendor_dir . '/arubacao/tld-checker/src/RootZoneDatabase.php'`\n* `$vendor_dir . '/arubacao/tld-checker/src/Validator.php'`\n* `$this_plugin_dir . '/functions.php`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fwordpress-email-tld-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxuk%2Fwordpress-email-tld-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxuk%2Fwordpress-email-tld-checker/lists"}