{"id":15984950,"url":"https://github.com/divineomega/password-suggester","last_synced_at":"2025-10-12T05:19:40.453Z","repository":{"id":56969676,"uuid":"192803546","full_name":"DivineOmega/password-suggester","owner":"DivineOmega","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-22T00:38:06.000Z","size":266,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T18:06:49.318Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DivineOmega.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}},"created_at":"2019-06-19T20:59:19.000Z","updated_at":"2019-07-15T13:16:12.000Z","dependencies_parsed_at":"2022-08-21T10:50:56.749Z","dependency_job_id":null,"html_url":"https://github.com/DivineOmega/password-suggester","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DivineOmega/password-suggester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fpassword-suggester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fpassword-suggester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fpassword-suggester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fpassword-suggester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DivineOmega","download_url":"https://codeload.github.com/DivineOmega/password-suggester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fpassword-suggester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010339,"owners_count":26084738,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-10-08T02:11:36.663Z","updated_at":"2025-10-12T05:19:40.435Z","avatar_url":"https://github.com/DivineOmega.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Suggester\n\n## Installation\n\nTo install Password Suggester, run the following Composer command from the\nroot of your project.\n\n```bash\ncomposer require divineomega/password-suggester\n``` \n\n## Usage\n\nSee the following basic usage example.\n\n```php\nuse DivineOmega\\PasswordSuggester\\PasswordSuggester;\nuse DivineOmega\\PasswordSuggester\\SuggestionStrategies\\AlphanumericStrategy;\nuse DivineOmega\\PasswordSuggester\\SuggestionStrategies\\NumbersStrategy;\nuse DivineOmega\\PasswordSuggester\\SuggestionStrategies\\WordsStrategy;\n\nrequire_once __DIR__.'/../vendor/autoload.php';\n\n$passwordSuggester = new PasswordSuggester();\n\n$strategy = new AlphanumericStrategy();\n//$strategy = new WordsStrategy();\n//$strategy = new NumbersStrategy();\n\necho $passwordSuggester-\u003esuggest($strategy);\necho PHP_EOL;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fpassword-suggester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivineomega%2Fpassword-suggester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fpassword-suggester/lists"}