nucleos/user-bundle

Lightweight user management for symfony

Installs: 239 175

Dependents: 7

Suggesters: 0

Security: 0

Stars: 59

Watchers: 4

Forks: 17

Open Issues: 6

Type:symfony-bundle

3.4.0 2024-03-06 19:21 UTC

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code Coverage Type Coverage

The NucleosUserBundle is a fork of FOSUserBundle which adds a lightweight support for a database-backed user system in symfony.

There are some major changes and refactorings if you want to migrate from FOS:

  • It does not provide any advanced features like profile management or registration
  • Swift mailer was dropped in favor of symfony mailer
  • Couch DB support was removed
  • Only symfony 6.4 / 7.* support
  • There are only two optional dependencies: doctrine/orm and doctrine/mongodb-odm

Features included:

  • Users can be stored via Doctrine ORM or MongoDB ODM
  • Password reset support

Documentation

The source of the documentation is stored in the docs/ folder in this bundle.

Read the Documentation

Installation

All the installation instructions are located in the documentation.