https://github.com/nucleos/nucleosuserbundle
👤 Lightweight user management for symfony.
https://github.com/nucleos/nucleosuserbundle
bundle hacktoberfest management symfony symfony-bundle user
Last synced: 10 months ago
JSON representation
👤 Lightweight user management for symfony.
- Host: GitHub
- URL: https://github.com/nucleos/nucleosuserbundle
- Owner: nucleos
- License: mit
- Created: 2019-12-27T11:19:51.000Z (about 6 years ago)
- Default Branch: 3.7.x
- Last Pushed: 2025-04-10T03:06:34.000Z (12 months ago)
- Last Synced: 2025-04-12T14:18:51.783Z (12 months ago)
- Topics: bundle, hacktoberfest, management, symfony, symfony-bundle, user
- Language: PHP
- Homepage: https://docs.nucleos.rocks/projects/user-bundle/
- Size: 1.81 MB
- Stars: 60
- Watchers: 3
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: docs/security.rst
Awesome Lists containing this project
README
NucleosUserBundle
=================
[](https://packagist.org/packages/nucleos/user-bundle)
[](https://packagist.org/packages/nucleos/user-bundle)
[](LICENSE.md)
[](https://packagist.org/packages/nucleos/user-bundle)
[](https://packagist.org/packages/nucleos/user-bundle)
[](https://packagist.org/packages/nucleos/user-bundle)
[](https://github.com/nucleos/NucleosUserBundle/actions?query=workflow%3A"Continuous+Integration"+event%3Apush)
[](https://codecov.io/gh/nucleos/NucleosUserBundle)
The NucleosUserBundle is a fork of [FOSUserBundle](https://github.com/FriendsOfSymfony/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](https://docs.nucleos.rocks/projects/user-bundle/)
Installation
------------
All the installation instructions are located in the documentation.