{"id":22302706,"url":"https://github.com/prokawsar/passwordvalidator","last_synced_at":"2025-07-29T03:33:15.563Z","repository":{"id":57045114,"uuid":"149725750","full_name":"prokawsar/PasswordValidator","owner":"prokawsar","description":"Password Validator for Laravel Framework","archived":false,"fork":false,"pushed_at":"2018-10-05T04:29:44.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T07:01:27.215Z","etag":null,"topics":["hacktoberfest","laravel-5-package","password-validator","passwordvalidator"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prokawsar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-21T07:21:20.000Z","updated_at":"2019-12-02T12:28:49.000Z","dependencies_parsed_at":"2022-08-24T04:11:24.768Z","dependency_job_id":null,"html_url":"https://github.com/prokawsar/PasswordValidator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/prokawsar/PasswordValidator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prokawsar%2FPasswordValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prokawsar%2FPasswordValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prokawsar%2FPasswordValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prokawsar%2FPasswordValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prokawsar","download_url":"https://codeload.github.com/prokawsar/PasswordValidator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prokawsar%2FPasswordValidator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267623086,"owners_count":24117125,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktoberfest","laravel-5-package","password-validator","passwordvalidator"],"created_at":"2024-12-03T18:40:56.257Z","updated_at":"2025-07-29T03:33:14.076Z","avatar_url":"https://github.com/prokawsar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/prokawsar/password-validator/v/stable)](https://packagist.org/packages/prokawsar/password-validator)\n[![Build Status](https://travis-ci.org/prokawsar/PasswordValidator-Package.svg?branch=master)](https://travis-ci.org/prokawsar/PasswordValidator-Package)\n[![StyleCI](https://github.styleci.io/repos/149725750/shield?branch=master)](https://github.styleci.io/repos/149725750)\n[![Total Downloads](https://poser.pugx.org/prokawsar/password-validator/downloads)](https://packagist.org/packages/prokawsar/password-validator)\n[![License](https://poser.pugx.org/prokawsar/password-validator/license)](https://packagist.org/packages/prokawsar/password-validator)\n\n\n# PasswordValidator-Package\n\nCurrently in development\n\n## Installation \n- [x] Run `composer require prokawsar/password-validator`\n\n- [x] Then run `php artisan vendor:publish` and select `Provider: prokawsar\\PasswordValidator\\PasswordValidatorServiceProvider` package \n\nall rules will be published in the App/Rules folder.\n\n\n## To use this package\n\nUse `use App\\Rules\\{RuleName};` and add a rule in Validator::make calls as `new RuleName`\n\n\nE.G. \n```php\n\u003c?php\n  use App\\Rules\\Uppercase;\n\n  return Validator::make($data, [\n      'email' =\u003e 'required|string|email|max:255|unique:users',\n      // 'password' =\u003e 'required|string|min:6|confirmed',\n      'password' =\u003e ['required', new Uppercase],\n\n  ]);\n```\n## Customization\n\nYou can set your own `error` message\n\nTo change error message go to `App\\Rules\\{RuleName}` and modify the return value in the `message()` function.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprokawsar%2Fpasswordvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprokawsar%2Fpasswordvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprokawsar%2Fpasswordvalidator/lists"}