PHPackages                             hackzilla/password-generator-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hackzilla/password-generator-bundle

ActiveSymfony-bundle

hackzilla/password-generator-bundle
===================================

Password Generator Bundle

6.0.0(2y ago)18247.1k↓19.6%9[1 issues](https://github.com/hackzilla/password-generator-bundle/issues)3MITPHPPHP ^8.0.2

Since Apr 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hackzilla/password-generator-bundle)[ Packagist](https://packagist.org/packages/hackzilla/password-generator-bundle)[ RSS](/packages/hackzilla-password-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (31)Used By (3)

Password Generator Bundle
=========================

[](#password-generator-bundle)

Bundle for implementing Hackzilla/password-generator in Symfony.

Simple multilingual bundle to add to any project. Available languages (Pull Requests welcome):

- Bulgarian
- English
- French

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0.2
- [hackzilla/password-generator](https://github.com/hackzilla/password-generator) ^1.3.0
- Symfony ^6.0|^7.0

Version Matrix
--------------

[](#version-matrix)

Password Generator BundleSymfonyPHP6.x^6.0 | ^7.0&gt;=8.0.2\*5.x^4.0 | ^5.0 | ^6.0&gt;=7.1\*4.x^3.0 | ^4.0 | ^5.0&gt;=7.1\*3.x^3.0 | ^4.0&gt;=7.12.x^2.7 | ^3.0&gt;=5.51.x^2.3&gt;=5.3- Symfony 5.0 requires PHP v7.2+
- Symfony 6.0 requires PHP v8.0.2+
- Symfony 7.0 requires PHP v8.2+

Installation
------------

[](#installation)

Add HackzillaPasswordGeneratorBundle in your composer.json:

```
{
    "require": {
        "hackzilla/password-generator-bundle": "^6.0"
    }
}
```

Install Composer

```
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

```

Now tell composer to download the library by running the command:

```
$ composer require hackzilla/password-generator-bundle
```

Composer will install the bundle into your project's `vendor/hackzilla` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
