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
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-contactform: Contact Form Module for the Attogram Framework
- attogram/attogram-database: User Module requires the Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for the Attogram Framework
- attogram/attogram-modulemanager: Module Manager for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:48:39 UTC
README
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 pageactions/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