{"id":33990972,"url":"https://github.com/walegbenga/php_password_generator","last_synced_at":"2026-05-30T17:32:14.888Z","repository":{"id":57036167,"uuid":"264222995","full_name":"walegbenga/php_password_generator","owner":"walegbenga","description":"A php passsword generator class","archived":false,"fork":false,"pushed_at":"2020-05-28T21:18:21.000Z","size":240,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-14T18:41:06.497Z","etag":null,"topics":["password","password-generator","php","php-password-generator","strong-password"],"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/walegbenga.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":"2020-05-15T15:01:11.000Z","updated_at":"2024-09-10T01:36:23.000Z","dependencies_parsed_at":"2022-08-23T20:50:52.838Z","dependency_job_id":null,"html_url":"https://github.com/walegbenga/php_password_generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/walegbenga/php_password_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walegbenga%2Fphp_password_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walegbenga%2Fphp_password_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walegbenga%2Fphp_password_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walegbenga%2Fphp_password_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walegbenga","download_url":"https://codeload.github.com/walegbenga/php_password_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walegbenga%2Fphp_password_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33703065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["password","password-generator","php","php-password-generator","strong-password"],"created_at":"2025-12-13T06:34:48.483Z","updated_at":"2026-05-30T17:32:14.862Z","avatar_url":"https://github.com/walegbenga.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Password Generator Library Usage\n\nTo be able to use this library in your project, follow the steps below\n\n## Requirement(s)\n\n- php 5.5 \u003e=\n- Composer (for installing the library)\n- Gitbash (for running the composer from the command line)\n\n## Installing the package\n\nTo install the package in your project, run this command from the command line interface(cli) using gitbash\n`composer require walegbenga/php_password_generator`. This will download the library into your project.\n\n## Using the library\n\nTo use the library in your project, require the composer autoload script into your project like this\n`require __DIR__ . '/vendor/autoload.php`\nYou can now use the library to generate the Random password for your users like this\n\n```\n$passGen = new \\SecurePassword\\PasswordGenerator($source, 4, CACHE_DIR);\necho $passGen-\u003egenerate();\n```\n\n## Complete example\n\n```\ninclude __DIR__ . '/vendor/autoload.php';// Generally, this should be the relative path to the **vendor** folder\n$passGen = new \\SecurePassword\\PasswordGenerator($source, 4, CACHE_DIR);\necho $passGen-\u003egenerate();\n```\n\n### Where the library is useful\n\nYou can use this library to\n\n- Generate hard to guess passwords for your users\n- Use it to generate a temporary passwords for users who forgot there passsword\n- Use it to generate a token for users\n- Use it to generate Serial Number(sn) for your users and so on and so on\n  Remember, in programming, your imagination is your limitation\n\n### NB\n\nThe above example is just a basic usage of using the library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalegbenga%2Fphp_password_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalegbenga%2Fphp_password_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalegbenga%2Fphp_password_generator/lists"}