onge/user-manager

User management tools - registration, activation, authorization, password recovery, security. Made for developers

dev-master 2018-12-29 09:23 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:00:45 UTC


README

Framework agnostic user management tools. Registration, activation, password reset, security and more.

Installation

Get it via composer: composer require onge/user-manager

Highlights

  • it is up to you to build user management how you want, this is tools to do so.
  • all dependencies are injected - you may replace everything with anything you need.
  • built with privacy and security in mind.
  • developer experience matters!

Current feature list

  • user registration
  • user account activation
  • password reset
  • permanent login
  • customizable brute force protection

Usage

See example directory for working examples on many use cases.