Skip to content

nucleos/NucleosUserBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

797befc Β· Feb 22, 2025
Feb 9, 2025
Feb 22, 2025
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Dec 31, 2019
Feb 9, 2025
Jun 11, 2023
Feb 9, 2025
Aug 14, 2024
Dec 31, 2019
Feb 9, 2025
Feb 8, 2025
Dec 29, 2021
Aug 2, 2023
Jan 1, 2020
Feb 9, 2025
Dec 23, 2020
Feb 9, 2025
Feb 9, 2025
May 26, 2024
Feb 4, 2024

Repository files navigation

NucleosUserBundle

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code 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.