Download the PHP package phpmentors/composite-password-authentication-bundle without Composer
On this page you can find all versions of the php package phpmentors/composite-password-authentication-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpmentors/composite-password-authentication-bundle
More information about phpmentors/composite-password-authentication-bundle
Files in phpmentors/composite-password-authentication-bundle
Package composite-password-authentication-bundle
Short Description A Symfony bundle for authentication using composite password
License BSD-2-Clause
Informations about the package composite-password-authentication-bundle
PHPMentorsCompositePasswordAuthenticationBundle
A Symfony bundle for authentication using composite password
Features
- Composite password support for form authentication
Installation
PHPMentorsCompositePasswordAuthenticationBundle
can be installed using Composer.
First, add the dependency to phpmentors/composite-password-authentication-bundle
into your composer.json
file as the following:
Stable version:
Development version:
Second, add PHPMentorsCompositePasswordAuthenticationBundle
into your bundles to register in AppKernel::registerBundles()
as the following:
Configuration
app/config/security.yml:
Support
If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.
Copyright
Copyright (c) 2016 KUBO Atsuhiro, All rights reserved.
License
All versions of composite-password-authentication-bundle with dependencies
symfony/config Version ~2.8|~3.0
symfony/dependency-injection Version ~2.8|~3.0
symfony/http-kernel Version ~2.8|~3.0
symfony/security-bundle Version ~2.8|~3.0
symfony/security-core Version ~2.8|~3.0