Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.
/ attogram-user Public archive

[ARCHIVED] User module for the Attogram Framework -

Notifications You must be signed in to change notification settings

attogram/attogram-user

Repository files navigation

Attogram Framework User Module v0.0.4

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Code Climate Issue Count Codacy Badge [CHANGELOG]

This is the User Module for the Attogram Framework.

Installing the User Module

  • You already installed the Attogram Framework, didn't you?
  • Goto the top level of your install, then run:
composer create-project attogram/attogram-user modules/_attogram_user

User Module contents

Public Actions

  • actions/login.php - Login page
  • actions/user.php - User home page

Admin Actions

  • admin_actions/user-admin.php - User administration

Includes

  • includes/AttogramUser.php - Attogram User object

Misc

  • tests/* - phpunit tests