{"id":18991545,"url":"https://github.com/juniorb2ss/laravelextendedvalidationrules","last_synced_at":"2025-08-02T13:06:58.245Z","repository":{"id":57003043,"uuid":"102509088","full_name":"juniorb2ss/LaravelExtendedValidationRules","owner":"juniorb2ss","description":"Rules to make easy validations in laravel 5.5.","archived":false,"fork":false,"pushed_at":"2017-09-05T17:38:35.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T14:45:26.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/juniorb2ss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-05T17:11:34.000Z","updated_at":"2017-09-17T14:59:29.000Z","dependencies_parsed_at":"2022-08-21T14:10:47.559Z","dependency_job_id":null,"html_url":"https://github.com/juniorb2ss/LaravelExtendedValidationRules","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FLaravelExtendedValidationRules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FLaravelExtendedValidationRules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FLaravelExtendedValidationRules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FLaravelExtendedValidationRules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorb2ss","download_url":"https://codeload.github.com/juniorb2ss/LaravelExtendedValidationRules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002671,"owners_count":19732241,"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-08T17:14:12.466Z","updated_at":"2025-02-21T11:21:20.596Z","avatar_url":"https://github.com/juniorb2ss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel 5.5 Rules Extends\n\n### Validate Email With Mailgun Service\n\nIn .env file you need define your api pub key\n```env\nMAILGUN_PUBKEY=pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7\n```\n\nTo make validation:\n```php\n    use juniorb2ss\\LaravelExtendedValidationRules\\Rules\\MailGunValidateEmailAddressRule;\n\n    return Validator::make($inputs, [\n        'name' =\u003e 'required|string|max:255',\n        'email' =\u003e [\n            'required',\n            'string',\n            'max:255',\n            'unique:users',\n            new MailGunValidateEmailAddressRule // to make validation in mailgun service\n        ]\n    ]);\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Flaravelextendedvalidationrules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorb2ss%2Flaravelextendedvalidationrules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Flaravelextendedvalidationrules/lists"}