riddlestone/brokkr-users

A Laminas module to provide database-stored users

v0.2.1 2022-12-29 01:13 UTC

This package is auto-updated.

Last update: 2024-03-29 04:11:29 UTC


README

A Laminas module to provide Doctrine stored users

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

composer require riddlestone/brokkr-users

Usage

This module adds a Doctrine entity for persisting users, and controllers for managing them, and allowing them to login/logout.

For information on setting up Doctrine in Laminas, see the DoctrineORMModule documentation.

This module does not provide the routing or view-scripts for the included controllers - this is to allow Laminas-based projects as much flexibility as possible in their use of this module.

For a list of controllers and actions, including their respective view-script paths and variables, see the Controllers and Actions documentation.

Get Involved

File issues at https://github.com/riddlestone/brokkr-users/issues