A domain layer providing basic user management.
This package is part of the Message driven PHP project.
MsgPHP is a project that aims to provide (common) message based domain layers for your application. It has a low development time overhead and avoids being overly opinionated.
composer require msgphp/user- Symfony console commands
- Symfony messenger commands & events
- Symfony security infrastructure
- Symfony validators
- Doctrine persistence
- Credential independent (supports e-mail, nickname, etc.)
- Multiple username / credential support
- Primary and secondary user e-mails
- Disabled / enabled users
- User roles
- User attribute values
- Adding user management to your Symfony application
- Commanding a decoupled User entity
- Decoupling the User entity with a new Symfony User Bundle
- Building a new Symfony User Bundle
- Read the main documentation
- Browse the API documentation
- Try the Symfony demo application
- Get support on Symfony's Slack
#msgphpchannel or raise an issue
This repository is READ ONLY. Issues and pull requests should be submitted in the main development repository.