2017 © Pedro Peláez
 

symfony-bundle password-encoder-bundle

Metromix Password Encoder Bundle

image

metromix/password-encoder-bundle

Metromix Password Encoder Bundle

  • Friday, October 27, 2017
  • by dominium
  • Repository
  • 1 Watchers
  • 1 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Latest Stable Version License Total Downloads Build Status, (*1)

PasswordEncoderBundle

This Symfony-bundle add PHP Libsodium password encryption into your Symfony application., (*2)

Installation

To install this package, add metromix/password-encoder-bundle to your composer.json:, (*3)

$ php composer.phar require metromix/password-encoder-bundle

Now, Composer will automatically download all required files, and install them for you., (*4)

Enable the bundle

Enable the bundle in the kernel:, (*5)

<?php

// in AppKernel::registerBundles()
$bundles = [
    // ...
    new Metromix\PasswordEncoderBundle\MetromixPasswordEncoderBundle(),
    // ...
];

Update config

Add configuration to security.yml, (*6)

security:
    encoders:
        AppBundle\Entity\User:
            id: metromix_encoder

Add parameters to config.yml, (*7)

metromix_password_encoder:
    salt: "<salt>"

Requirements

You need at least PHP 7.x with libsodium or PHP 7.2, mbstring is recommended but not required., (*8)

Congratulations! You're ready!, (*9)

Contributing

This is an open source project. If you're submitting a pull request, please follow the guidelines in the [Submitting a Patch][2] section., (*10)

The Versions

27/10 2017

dev-master

9999999-dev

Metromix Password Encoder Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

password

27/10 2017

1.1.0

1.1.0.0

Metromix Password Encoder Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

password

02/10 2017

1.0.3

1.0.3.0

Metromix Password Encoder Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

password

02/10 2017

1.0.2

1.0.2.0

Metromix Password Encoder Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

password