PHPackages                             chaplean/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. chaplean/user-bundle

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

chaplean/user-bundle
====================

Creates a user account and log in (from FOSUserBundle)

v8.0.3(6y ago)01.6kMITPHPPHP &gt;=7.0.8

Since Jun 4Pushed 6y agoCompare

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

READMEChangelog (2)Dependencies (22)Versions (45)Used By (0)

Getting Started With Chaplean User Bundle
=========================================

[](#getting-started-with-chaplean-user-bundle)

Prerequisites
=============

[](#prerequisites)

This version of the bundle requires Symfony 3.4+.

Installation
============

[](#installation)

1. Composer
-----------

[](#1-composer)

```
composer require chaplean/user-bundle

```

2. AppKernel.php
----------------

[](#2-appkernelphp)

Add

```
            new Chaplean\Bundle\UserBundle\ChapleanUserBundle(),
            new FOS\UserBundle\FOSUserBundle(),

```

**NOTE**: After SecurityBundle

3. Define User entity
---------------------

[](#3-define-user-entity)

Create a User class with doctrine information.

```
