{"id":16674860,"url":"https://github.com/hackzilla/password-generator-bundle","last_synced_at":"2025-04-24T00:49:40.967Z","repository":{"id":16070441,"uuid":"18814829","full_name":"hackzilla/password-generator-bundle","owner":"hackzilla","description":"Integrates Password Generator Library with Symfony","archived":false,"fork":false,"pushed_at":"2024-05-18T15:04:36.000Z","size":132,"stargazers_count":18,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T00:49:34.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hackzilla.org","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/hackzilla.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-15T20:31:12.000Z","updated_at":"2025-04-19T06:30:18.000Z","dependencies_parsed_at":"2024-05-18T15:46:26.481Z","dependency_job_id":"f56fa660-ca2e-4c0c-856a-a2e1dd09f40d","html_url":"https://github.com/hackzilla/password-generator-bundle","commit_stats":{"total_commits":176,"total_committers":7,"mean_commits":"25.142857142857142","dds":"0.10227272727272729","last_synced_commit":"a0c3b3c3a24016532c29abf980d80cd08286c2d0"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2Fpassword-generator-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2Fpassword-generator-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2Fpassword-generator-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2Fpassword-generator-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackzilla","download_url":"https://codeload.github.com/hackzilla/password-generator-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540956,"owners_count":21447426,"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-10-12T12:44:40.830Z","updated_at":"2025-04-24T00:49:40.942Z","avatar_url":"https://github.com/hackzilla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Password Generator Bundle\n=========================\n\nBundle for implementing Hackzilla/password-generator in Symfony.\n\nSimple multilingual bundle to add to any project. Available languages (Pull Requests welcome):\n\n* Bulgarian\n* English\n* French\n\nRequirements\n------------\n\n* PHP \u003e= 8.0.2\n* [hackzilla/password-generator](https://github.com/hackzilla/password-generator) ^1.3.0\n* Symfony ^6.0|^7.0\n\n\nVersion Matrix\n--------------\n\n| Password Generator Bundle | Symfony                      | PHP      |\n|---------------------------|------------------------------|----------|\n| 6.x                       | ^6.0 \u0026#124; ^7.0             | \u003e=8.0.2* |\n| 5.x                       | ^4.0 \u0026#124; ^5.0 \u0026#124; ^6.0 | \u003e=7.1*   |\n| 4.x                       | ^3.0 \u0026#124; ^4.0 \u0026#124; ^5.0 | \u003e=7.1*   |\n| 3.x                       | ^3.0 \u0026#124; ^4.0             | \u003e=7.1    |\n| 2.x                       | ^2.7 \u0026#124; ^3.0             | \u003e=5.5    |\n| 1.x                       | ^2.3                         | \u003e=5.3    |\n\n* Symfony 5.0 requires PHP v7.2+\n* Symfony 6.0 requires PHP v8.0.2+\n* Symfony 7.0 requires PHP v8.2+\n\nInstallation\n------------\n\nAdd HackzillaPasswordGeneratorBundle in your composer.json:\n\n```yaml\n{\n    \"require\": {\n        \"hackzilla/password-generator-bundle\": \"^6.0\"\n    }\n}\n```\n\nInstall Composer\n\n```\ncurl -sS https://getcomposer.org/installer | php\nmv composer.phar /usr/local/bin/composer\n```\n\nNow tell composer to download the library by running the command:\n\n``` bash\n$ composer require hackzilla/password-generator-bundle\n```\n\nComposer will install the bundle into your project's `vendor/hackzilla` directory.\n\n### Step 2: Enable the bundle\n\nEnable the bundle in the kernel:\n\n``` php\n\u003c?php\n// app/AppKernel.php or config/bundles.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new Hackzilla\\Bundle\\PasswordGeneratorBundle\\HackzillaPasswordGeneratorBundle(),\n    );\n}\n```\n\n### Step 3: Enable Translations\n\n// app/config/config.yml\n```yaml\nparameters:\n    locale: en\n\nframework:\n    #esi:             ~\n    translator:      { fallbacks: [\"%locale%\"] }\n```\n\nMigrating from v5\n-----------------\n\nVersion 6 release is drops support for Symfony v4 \u0026 v5 and requires PHP \u003e=8.0.2\n\nMigrating from v4\n-----------------\n\nVersion 5 release is just drops support for Symfony v3.\n\nMigrating from v3\n-----------------\n\nVersion 4 release is just a version bump.\n\nMigrating from v2\n-----------------\n\nVersion 3 release is just a version bump.\n\n\nMigrating from v1\n-----------------\n\nMigration should be straight forward, as much of the changes are related to Symfony v3\n\n* Upgrade to at least PHP 5.5\n* Reference Types by Fully Qualified Class Name (FQCN) (\u003e= Symfony 2.8)\n* FormTypes use getBlockPrefix, rather than getName\n* OptionType is now a service\n* CamelCased services are now lowercase with separator (e.g. hackzilla.password_generator.human.maxWordLength changed to hackzilla.password_generator.human.max_word_length)\n* Removed previously deprecated service (hackzilla.password_generator).\n\nExample Implementation\n----------------------\n\nSee [Password generator app](https://github.com/hackzilla/password-generator-app)\n\n\nPull Requests\n-------------\n\nI'm open to pull requests for additional languages, features and/or improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackzilla%2Fpassword-generator-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackzilla%2Fpassword-generator-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackzilla%2Fpassword-generator-bundle/lists"}