PHPackages                             lracicot/fosusermanagerbundle - 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. lracicot/fosusermanagerbundle

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

lracicot/fosusermanagerbundle
=============================

A CRUD user manager for the FOSUserBundle

07PHP

Since May 5Pushed 9y agoCompare

[ Source](https://github.com/lracicot/FOSUserManagerBundle)[ Packagist](https://packagist.org/packages/lracicot/fosusermanagerbundle)[ RSS](/packages/lracicot-fosusermanagerbundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

User Manager Bundle for FOSUserBundle
=====================================

[](#user-manager-bundle-for-fosuserbundle)

This bundle is an admin panel for the users from the [Friends Of Symfony User Bundle](https://github.com/FriendsOfSymfony/FOSUserBundle). It allow to perform basic CRUD operations on the users.

Install
-------

[](#install)

1. Install the FOSUserBundle
2. Download lracicotFOSUserManagerBundle using composer
3. Enable the Bundle
4. Import lracicotFOSUserManagerBundle routing files

### Step 1: Install the FOSUserBundle

[](#step-1-install-the-fosuserbundle)

Follow the instructions from the [FOSUserBundle documentation](https://symfony.com/doc/master/bundles/FOSUserBundle/index.html).

### Step 2: Download lracicotFOSUserManagerBundle using composer

[](#step-2-download-lracicotfosusermanagerbundle-using-composer)

Require the bundle using composer:

```
$ composer require "lracicot/fosusermanagerbundle" "v0.1-alpha"
```

### Step 3: Register the bundle

[](#step-3-register-the-bundle)

Enable the bundle in the kernel:

```
