PHPackages                             divi/ajax-login-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. divi/ajax-login-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

divi/ajax-login-bundle
======================

Ajax Form Login for Symfony 2 PHP Framework

2542.1k5[2 PRs](https://github.com/Divi/AjaxLoginBundle/pulls)PHP

Since Jan 16Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Divi/AjaxLoginBundle)[ Packagist](https://packagist.org/packages/divi/ajax-login-bundle)[ RSS](/packages/divi-ajax-login-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Ajax Login Form Bundle
======================

[](#ajax-login-form-bundle)

A simple AJAX form login for Symfony 2.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony `> 2.1`. If you have the version `2.0` or `2.1`, please switch to the branch `2.0-2.1`.

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

[](#installation)

### Step 1: Download AjaxLoginBundle using composer

[](#step-1-download-ajaxloginbundle-using-composer)

In your composer.json, add AjaxLoginBundle :

```
{
    "require": {
        "divi/ajax-login-bundle": "dev-master"
    }
}
```

Now, you must update your vendors using this command :

```
$ php composer.phar update divi/ajax-login-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle using the AppKernel :

```
