{"id":18895257,"url":"https://github.com/farisc0de/email_validation","last_synced_at":"2026-02-27T20:30:18.768Z","repository":{"id":115935263,"uuid":"322776909","full_name":"farisc0de/email_validation","owner":"farisc0de","description":"Simple PHP snippet to validate emails server side","archived":false,"fork":false,"pushed_at":"2022-01-05T01:06:13.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T07:43:37.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/farisc0de.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":"2020-12-19T05:48:17.000Z","updated_at":"2022-06-21T01:26:57.000Z","dependencies_parsed_at":"2023-03-13T13:00:40.783Z","dependency_job_id":null,"html_url":"https://github.com/farisc0de/email_validation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Femail_validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Femail_validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Femail_validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Femail_validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farisc0de","download_url":"https://codeload.github.com/farisc0de/email_validation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239869749,"owners_count":19710582,"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":[],"created_at":"2024-11-08T08:27:25.668Z","updated_at":"2026-02-27T20:30:18.728Z","avatar_url":"https://github.com/farisc0de.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Email Validation\n\nSimple PHP code to validate emails server side\n\nI wrote this code 2 years ago\n\nIt's a simple way to protect your contact form from spam emails\n\n1. Validate Email Format (blah@abc.tld)\n2. Ping Email Domain to make sure it's online\n3. Validate Email Provider from the list\n   + Gmail.com\n   + Hotmail.com\n   + Outlook.com\n   + msn.com\n   + Outlook.sa\n   + aol.com\n   + protonmail.com\n   \n\n# How to use\n\n```php\nif(isValid(\"user@hotmail.com\")){\n\n  echo \"This is a valid email\";\n  \n} else {\n\n  echo \"Please enter a valid email\";\n  \n}\n```\n\n## Copyright\nFarisCode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Femail_validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarisc0de%2Femail_validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Femail_validation/lists"}