承接 phpmentors/composite-password-authentication-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpmentors/composite-password-authentication-bundle

Composer 安装命令:

composer require phpmentors/composite-password-authentication-bundle

包简介

A Symfony bundle for authentication using composite password

README 文档

README

A Symfony bundle for authentication using composite password

Total Downloads Latest Stable Version Latest Unstable Version

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:

composer require phpmentors/composite-password-authentication-bundle "1.0.*"

Development version:

composer require phpmentors/composite-password-authentication-bundle "~1.1@dev"

Second, add PHPMentorsCompositePasswordAuthenticationBundle into your bundles to register in AppKernel::registerBundles() as the following:

...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\CompositePasswordAuthenticationBundle\PHPMentorsCompositePasswordAuthenticationBundle(),
        );
        ...

Configuration

app/config/security.yml:

security:
    # ...

    firewalls:
        secured_area:
            form_login_composite_password:
                ... # Same configuration as `form_login`

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

The BSD 2-Clause License

统计信息

  • 总下载量: 2.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2016-05-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固