nucleos / user-bundle
Lightweight user management for symfony
Fund package maintenance!
core23
Opencollective
Ko-Fi
Other
Installs: 202 289
Dependents: 7
Suggesters: 0
Security: 0
Stars: 56
Watchers: 4
Forks: 17
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^8.1
- ext-json: *
- ext-mbstring: *
- doctrine/collections: ^1.8 || ^2.0
- doctrine/common: ^3.0
- doctrine/event-manager: ^1.2 || ^2.0
- doctrine/persistence: ^2.3 || ^3.0
- paragonie/random_compat: ^1 || ^2 || ^9
- symfony/config: ^6.3
- symfony/console: ^6.3
- symfony/dependency-injection: ^6.3
- symfony/event-dispatcher: ^6.3
- symfony/event-dispatcher-contracts: ^2.5 || ^3.0
- symfony/form: ^6.3
- symfony/framework-bundle: ^6.3
- symfony/http-foundation: ^6.3
- symfony/http-kernel: ^6.3
- symfony/mailer: ^6.3
- symfony/mime: ^6.3
- symfony/options-resolver: ^6.3
- symfony/password-hasher: ^6.3
- symfony/polyfill-mbstring: ^1.13
- symfony/routing: ^6.3
- symfony/security-bundle: ^6.3
- symfony/security-core: ^6.3
- symfony/security-csrf: ^6.3
- symfony/security-http: ^6.3
- symfony/translation: ^6.3
- symfony/translation-contracts: ^2.5 || ^3.0
- symfony/twig-bridge: ^6.3
- symfony/twig-bundle: ^6.3
- symfony/validator: ^6.3
- twig/twig: ^2.14 || ^3.1
Requires (Dev)
- ext-mongodb: *
- doctrine/doctrine-bundle: ^2.4
- doctrine/mongodb-odm: ^2.3
- doctrine/mongodb-odm-bundle: ^4.4
- doctrine/orm: ^2.12
- ergebnis/composer-normalize: ^2.0.1
- symfony/browser-kit: ^6.3
- symfony/doctrine-bridge: ^6.3
- symfony/yaml: ^6.3
Conflicts
- doctrine/doctrine-bundle: <1.12
- doctrine/mongodb: <1.6
- doctrine/mongodb-odm: <1.1
- doctrine/mongodb-odm-bundle: <4.1
- doctrine/orm: <2.7
- 3.1.x-dev
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.14.x-dev
- 1.13.x-dev
- 1.13.1
- 1.13.0
- 1.12.x-dev
- 1.12.0
- 1.11.x-dev
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.x-dev
- 1.10.0
- 1.9.x-dev
- 1.9.0
- 1.8.x-dev
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-fix-request-reset
- dev-3.0.x-merge-up-into-3.1.x_cONoYBrf
- dev-3.0.x-merge-up-into-3.1.x_SsMwbrRT
- dev-3.0.x-merge-up-into-3.1.x_Bbq8RiWS
This package is auto-updated.
Last update: 2023-09-09 14:29:56 UTC
README
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 5.4 / 6.x 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.
Installation
All the installation instructions are located in the documentation.