PHPackages                             schvoy/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. [Database &amp; ORM](/categories/database)
4. /
5. schvoy/user-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

schvoy/user-bundle
==================

User bundle - This bundle provides a basic user entity and user repository.

v1.1.0(7mo ago)3181MITPHPPHP &gt;=8.3CI passing

Since Nov 18Pushed 7mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (17)Used By (0)

User bundle
===========

[](#user-bundle)

This bundle provides a basic user entity and user repository, that can be used immediately without too much effort, just a few small steps needed to use it.

However, these are extendable and you can add additional properties easily.

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

[](#installation)

```
composer require schvoy/user-bundle
```

Usage
-----

[](#usage)

### Make your own `UserRepository`

[](#make-your-own-userrepository)

```
