PHPackages                             field-interactive/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. [Framework](/categories/framework)
4. /
5. field-interactive/user-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

field-interactive/user-bundle
=============================

Symfony FieldUserBundle

011PHP

Since Mar 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/field-interactive/userbundle)[ Packagist](https://packagist.org/packages/field-interactive/user-bundle)[ RSS](/packages/field-interactive-user-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

FieldUserBundle
===============

[](#fielduserbundle)

The FieldUserBundle extends the Symfony Framework by a database-supported user system.

It provides a flexible framework consisting of the basic functions of a common user system and user management with tasks such as resetting the password or deactivating a user.

The FieldUserBundle includes the following functions:

- Registration of new users
- Registration of existing users
- Possibility to reset the password
- Editable user profiles
- Role hierarchy
- Restricted user management
- Data storage via Doctrine ORM in a MySQL database

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

[](#installation)

The installation consists of a 7-step process:

1. Download the FieldUserBundle with Composer
2. Activation of the bundle
3. Create your own user class
4. Configuration of the security.yml
5. Configuration of the FieldUserBundle 6 Import FieldUserBundle routing 7 Updating the database schema

**Step 1: Download the Bundle**

Open a command console, enter your project directory and execute:

```
$ composer require field/user-bundle "~1.0"

```

Composer will install the bundle on its own in the project under the directory vendor/field/user-bundle.

**Step 2: Enable the Bundle**

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
