onge/user-manager

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

Maintainers

Package info

github.com/OnGe333/UserManager

pkg:composer/onge/user-manager

Statistics

Installs: 45

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 08:50:50 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.