{"id":15764655,"url":"https://github.com/ctf0/emailvalidator","last_synced_at":"2025-05-07T21:45:26.343Z","repository":{"id":56959912,"uuid":"83606905","full_name":"ctf0/EmailValidator","owner":"ctf0","description":"validation rule to validate email for Laravel","archived":false,"fork":false,"pushed_at":"2023-01-03T23:15:21.000Z","size":16,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T08:18:59.175Z","etag":null,"topics":["email","laravel","validation"],"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/ctf0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"ctf0"}},"created_at":"2017-03-01T22:11:14.000Z","updated_at":"2023-01-03T23:05:09.000Z","dependencies_parsed_at":"2023-02-01T13:01:42.003Z","dependency_job_id":null,"html_url":"https://github.com/ctf0/EmailValidator","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2FEmailValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2FEmailValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2FEmailValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2FEmailValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctf0","download_url":"https://codeload.github.com/ctf0/EmailValidator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961845,"owners_count":21832192,"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","laravel","validation"],"created_at":"2024-10-04T12:04:22.589Z","updated_at":"2025-05-07T21:45:26.324Z","avatar_url":"https://github.com/ctf0.png","language":"PHP","funding_links":["https://github.com/sponsors/ctf0"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    EmailValidator\n    \u003cbr\u003e\n    \u003ca href=\"https://packagist.org/packages/ctf0/email-validator\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/ctf0/email-validator.svg\" alt=\"Latest Stable Version\" /\u003e\u003c/a\u003e \u003ca href=\"https://packagist.org/packages/ctf0/email-validator\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/ctf0/email-validator.svg\" alt=\"Total Downloads\" /\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n- MailGunValidatorServiceProvider [Mailgun Api](http://documentation.mailgun.com/api-email-validation). \"[No Longer Free](http://blog.mailgun.com/mailgun-rolls-out-changes-to-email-validation-api-including-new-pricing-model-and-features/)\"\n- EguliasValidatorServiceProvider [Egulias EmailValidator](https://github.com/egulias/EmailValidator).\n- ValidatorPizzaServiceProvider [Validator.pizza](https://www.validator.pizza)\n\n\u003e also check https://github.com/mailcheck/mailcheck \u0026 for vue https://github.com/ctf0/mailcheck-vue\n\n\u003cbr\u003e\n\n## Installation\n\n- `composer require ctf0/email-validator`\n\n- add the service provider to `config/app.php`\n\n    ```php\n    'providers' =\u003e [\n        ctf0\\EmailValidator\\MailGunValidatorServiceProvider::class,\n        // ctf0\\EmailValidator\\EguliasValidatorServiceProvider::class,\n        // ctf0\\EmailValidator\\ValidatorPizzaServiceProvider::class,\n    ]\n    ```\n\n\u003cbr\u003e\n\n## Usage\n\n- add the rule to the validator\n\n    ```php\n    'email' =\u003e 'required|email|isValid'\n    ```\n\n- add the translation keys\n\n    ```php\n    'custom' =\u003e [\n        // ...\n        'email' =\u003e [\n            'isValid' =\u003e 'This :attribute is invalid',\n        ],\n    ],\n    ```\n\n\u003cbr\u003e\n\n### Security\n\nIf you discover any security-related issues, please email [ctf0-dev@protonmail.com](mailto:ctf0-dev@protonmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Femailvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctf0%2Femailvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Femailvalidator/lists"}