{"id":18937466,"url":"https://github.com/rollerworks/passwordstrengthvalidator","last_synced_at":"2025-05-15T03:06:38.955Z","repository":{"id":24164555,"uuid":"100782964","full_name":"rollerworks/PasswordStrengthValidator","owner":"rollerworks","description":"Password-strength validator for Symfony","archived":false,"fork":false,"pushed_at":"2024-12-17T20:30:01.000Z","size":415,"stargazers_count":143,"open_issues_count":0,"forks_count":30,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-15T03:06:31.042Z","etag":null,"topics":["password-strength","strength-validation","symfony","validator"],"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/rollerworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-08-19T09:04:14.000Z","updated_at":"2025-02-06T14:58:10.000Z","dependencies_parsed_at":"2024-11-08T12:11:43.476Z","dependency_job_id":"64f1d87b-7a29-4011-906e-1265709abf40","html_url":"https://github.com/rollerworks/PasswordStrengthValidator","commit_stats":{"total_commits":227,"total_committers":36,"mean_commits":6.305555555555555,"dds":0.3303964757709251,"last_synced_commit":"b02141c4e9ec529a4ce9b4eaf8e2fc425116f2de"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollerworks%2FPasswordStrengthValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollerworks%2FPasswordStrengthValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollerworks%2FPasswordStrengthValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollerworks%2FPasswordStrengthValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollerworks","download_url":"https://codeload.github.com/rollerworks/PasswordStrengthValidator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264766,"owners_count":22041793,"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":["password-strength","strength-validation","symfony","validator"],"created_at":"2024-11-08T12:11:17.407Z","updated_at":"2025-05-15T03:06:33.944Z","avatar_url":"https://github.com/rollerworks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rollerworks PasswordStrengthValidator\n=====================================\n\nThis package provides various password strength validators for the [Symfony Validator\ncomponent](http://symfony.com/doc/current/components/validator.html). \n\n_To use this bundle with a Symfony application use the [RollerworksPasswordStrengthBundle][1]._\n\nPasswords can be validated using either strength-levels (weak, medium, strong etc)\nor by configuring explicit requirements (needs letters, numbers etc).\n\n\u003e This library provides the same level of functionality as the\n\u003e [PasswordStrengthBundle](https://github.com/jbafford/PasswordStrengthBundle) created by John Bafford.\n\n## Installation\n\nTo install this package, add `rollerworks/password-strength-validator` to your composer.json:\n\n```bash\n$ php composer.phar require rollerworks/password-strength-validator\n```\n\nNow, [Composer][2] will automatically download all required files, and install them\nfor you.\n\n## Requirements\n\nYou need at least PHP PHP 8.2 and Symfony 6, mbstring is recommended but not required.\n\n## Basic Usage\n\n**Caution:**\n\n\u003e The password validators do not enforce that the field must have a value!\n\u003e To make a field \"required\" use the [NotBlank constraint](http://symfony.com/doc/current/reference/constraints/NotBlank.html)\n\u003e in combination with the password validator(s).\n\nAll examples assume you have the Composer autoloader already in your code,\nsee also [How to Install and Use the Symfony Components](http://symfony.com/doc/current/components/using_components.html)\nfor more information.\n\n### [Strength validation](docs/strength-validation.md)\n\nValidates the passwords strength-level (weak, medium, strong etc).\n\n### [Requirements validation](docs/requirements-validation.md)\n\nValidates the passwords using explicitly configured requirements (letters, caseDiff, numbers, requireSpecialCharacter).\n\n## Versioning\n\nFor transparency and insight into the release cycle, and for striving\nto maintain backward compatibility, this package is maintained under\nthe Semantic Versioning guidelines as much as possible.\n\nReleases will be numbered with the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bumps the patch\n\nFor more information on SemVer, please visit \u003chttp://semver.org/\u003e.\n\n## License\n\nThis library is released under the [MIT license](LICENSE).\n\n## Contributing\n\nThis is an open source project. If you'd like to contribute,\nplease read the [Contributing Guidelines][3]. If you're submitting\na pull request, please follow the guidelines in the [Submitting a Patch][4] section.\n\n[1]: https://github.com/rollerworks/PasswordStrengthBundle\n[2]: https://getcomposer.org/doc/00-intro.md\n[3]: https://github.com/rollerworks/contributing\n[4]: https://contributing.readthedocs.org/en/latest/code/patches.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollerworks%2Fpasswordstrengthvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollerworks%2Fpasswordstrengthvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollerworks%2Fpasswordstrengthvalidator/lists"}