PHPackages                             dcs/security-auth-form-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. dcs/security-auth-form-bundle

ActiveSymfony-bundle

dcs/security-auth-form-bundle
=============================

The DCSSecurityAuthFormBundle provides an authentication system using the login form

19PHP

Since Dec 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/damianociarla/DCSSecurityAuthFormBundle)[ Packagist](https://packagist.org/packages/dcs/security-auth-form-bundle)[ RSS](/packages/dcs-security-auth-form-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/9e797227a6fbac0f8f6cc5ff768e92fe6ebcea969d3da2cdb8ce6d86882cd8ab/68747470733a2f2f7472617669732d63692e6f72672f64616d69616e6f636961726c612f444353536563757269747941757468466f726d42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/damianociarla/DCSSecurityAuthFormBundle)[![Coverage Status](https://camo.githubusercontent.com/1ea36a705a9e6fda0b0cf1b174fb16f3f396c26356b5849f71c9d4e041365ed1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f64616d69616e6f636961726c612f444353536563757269747941757468466f726d42756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/damianociarla/DCSSecurityAuthFormBundle?branch=master)

DCSSecurityAuthFormBundle
=========================

[](#dcssecurityauthformbundle)

This bundle provides a **login form** for the DCSSecurityCoreBundle.

The DCSSecurityAuthFormBundle uses the `dcs_security.core.authentication.provider` service to implement a custom security firewall called **dcs\_form**.

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

[](#installation)

### Prerequisites

[](#prerequisites)

This bundle requires [DCSSecurityCoreBundle](https://github.com/damianociarla/DCSSecurityCoreBundle).

### Require the bundle

[](#require-the-bundle)

Run the following command:

```
$ composer require dcs/security-auth-form-bundle "~1.0@dev"

```

Composer will install the bundle to your project's `vendor/dcs/security-auth-form-bundle` directory.

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
