PHPackages                             appaydin/pd-user - 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. appaydin/pd-user

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

appaydin/pd-user
================

Symfony Simple User Bundle

3.0.4(4y ago)2317.6k5[9 issues](https://github.com/cesurapp/pd-user/issues)1MITPHPPHP &gt;=8.0.0

Since Jun 2Pushed 4y ago3 watchersCompare

[ Source](https://github.com/cesurapp/pd-user)[ Packagist](https://packagist.org/packages/appaydin/pd-user)[ Docs](https://github.com/appaydin/pd-user)[ RSS](/packages/appaydin-pd-user/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (27)Used By (1)

pdUser Bundle
=============

[](#pduser-bundle)

Simple user management system for Symfony 5+.

[![Packagist](https://camo.githubusercontent.com/4b141532ae9cd8c967fa2fc792fdf3045a8673af230f32a25b2dd0297650520b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070617964696e2f70642d757365722e737667)](https://github.com/appaydin/pd-user)[![Github Release](https://camo.githubusercontent.com/17e48dfd29737cda513ec7207a6e4890e57764db50647cdb0c3ce06c69d70fad/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617070617964696e2f70642d757365722e737667)](https://github.com/appaydin/pd-user)[![license](https://camo.githubusercontent.com/ecb8f8d4abc0b9dc0d5230af476aa870b3bdfd2abf176201b74780b6ac6b44ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617070617964696e2f70642d757365722e737667)](https://github.com/appaydin/pd-user)[![PHP from Packagist](https://camo.githubusercontent.com/82ba9de9af0821454a4d10c6d959af2372485d16dc42f4eb9abd6c4f708f3925/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f617070617964696e2f70642d757365722e737667)](https://github.com/appaydin/pd-user)

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

[](#installation)

### Step 1: Download the Bundle

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

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

```
$ composer require appaydin/pd-user
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

With Symfony 5, the package will be activated automatically. But if something goes wrong, you can install it manually.

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

```
