PHPackages                             sarsport/sarsport-user-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. sarsport/sarsport-user-bundle

ActiveSymfony-bundle

sarsport/sarsport-user-bundle
=============================

Extend FosUserBundle

068PHP

Since Jun 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/SarSport/SarSportUserBundle)[ Packagist](https://packagist.org/packages/sarsport/sarsport-user-bundle)[ RSS](/packages/sarsport-sarsport-user-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SarSportApplicationBundle
=========================

[](#sarsportapplicationbundle)

Introduction
------------

[](#introduction)

[![Build Status](https://camo.githubusercontent.com/a6de02cb42b121a4bdf8628ccb518ac46c3457e52019a9769600d5116ee88850/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f53617253706f72742f53617253706f72745573657242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/SarSport/SarSportUserBundle)

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

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

To install SarSportUserBundle with Composer just add the following to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "sarsport/sarsport-user-bundle": "dev"
    }
}
```

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:

```
$ php composer.phar update
```

Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
