attogram/attogram-user

This package is abandoned and no longer maintained. No replacement package was suggested.

User Module for the Attogram Framework

v0.0.4 2016-07-21 22:36 UTC

This package is auto-updated.

Last update: 2020-02-09 03:48:39 UTC


README

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