Skip to content

Latest commit

 

History

History
 
 

README.md

User Domain

A domain layer providing basic user management.

Latest Stable Version

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.

Installation

composer require msgphp/user

Features

  • 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

Blog posts

Documentation

Contributing

This repository is READ ONLY. Issues and pull requests should be submitted in the main development repository.