PHPackages                             alpixel/userbundle - 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. alpixel/userbundle

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

alpixel/userbundle
==================

FOSUserBundle integration to Sonata &amp; ALPIXEL tools

v2.2.3(8y ago)04.7k2MITPHPPHP &gt;=5.3

Since Feb 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/alpixel/AlpixelUserBundle)[ Packagist](https://packagist.org/packages/alpixel/userbundle)[ Docs](https://www.alpixel.fr)[ RSS](/packages/alpixel-userbundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (2)

AlpixelUserBundle
=================

[](#alpixeluserbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/009d201cb1d070af438583a1bce137852b1fc626a175b96db84a43403f0ba757/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38303365363133632d366537342d343737342d396265632d6535323961646264623237652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/803e613c-6e74-4774-9bec-e529adbdb27e)[![Build Status](https://camo.githubusercontent.com/4a3c1683fc3439b41123ecd58b26f118428a337a2d0ad329822b7d795b404a40/68747470733a2f2f7472617669732d63692e6f72672f616c706978656c2f416c706978656c5573657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alpixel/AlpixelUserBundle)[![StyleCI](https://camo.githubusercontent.com/495cddfc576dd0c5c3a2a45f9958ba7cce833c34565e4ea7991dfb55b7380198/68747470733a2f2f7374796c6563692e696f2f7265706f732f35303035353937332f736869656c64)](https://styleci.io/repos/50055973)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3cf0f94525540abedbe1c0c9d73c619e9ce836844fa7e57a23d9982039c8006d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c706978656c2f416c706978656c5573657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alpixel/AlpixelUserBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/56d157430cf09d60921847937a35e470e9d3012d74ed1ee079145bdb38c6356e/68747470733a2f2f706f7365722e707567782e6f72672f616c706978656c2f7573657262756e646c652f762f737461626c65)](https://packagist.org/packages/alpixel/userbundle)

The AlpixelUserBundle is an integration of FOSUserBundle + Sonata admin for ALPIXEL projects.

It comes bundled with 2 main entity :

- An abstract BaseUser which should be used to create your main user entity in the project
- An admin entity extending the BaseUser to create administrator
- Fixtures for the admin entity

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

[](#installation)

- Install the package

```
composer require 'alpixel/userbundle:~2.0'

```

- Update AppKernel.php

```
