PHPackages                             xm/user-admin-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. [Admin Panels](/categories/admin)
4. /
5. xm/user-admin-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

xm/user-admin-bundle
====================

Provides a simple user admin.

0.2.8(6y ago)0353[2 issues](https://github.com/xmmedia/XMUserAdminBundle/issues)MITPHPPHP ^5.6 || ^7.0

Since Nov 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/xmmedia/XMUserAdminBundle)[ Packagist](https://packagist.org/packages/xm/user-admin-bundle)[ Docs](https://github.com/xmmedia/XMUserAdminBundle)[ RSS](/packages/xm-user-admin-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (7)Versions (11)Used By (0)

XMUserAdminBundle
=================

[](#xmuseradminbundle)

Provides a simple user admin.

**CSS &amp; JS + usage can be found in the [Symfony Starter](https://github.com/xmmedia/starter_symfony).** You can also use your own CSS &amp; JS.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

**This package is not on Packagist, so the repository will need to be added manually in composer.json**

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ php composer.phar require xm/user-admin-bundle
```

This command requires [Composer](https://getcomposer.org/download/).

### Step 2: Enable the 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:

```
