attogram / attogram-modulemanager
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Module Manager for the Attogram Framework allows admins to enable/disable modules, and view status of installed modules
Package info
github.com/attogram/attogram-modulemanager
Type:project
pkg:composer/attogram/attogram-modulemanager
0001
2017-01-01 20:41 UTC
Requires
- php: >=5.3.3 || ^7.0
Suggests
- attogram/attogram-contactform: Contact Form Module for the Attogram Framework
- attogram/attogram-database: Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for the Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2026-07-12 16:19:03 UTC
README
This is the Module Manager for the Attogram Framework.
The Module Manager allows admins to:
- Enable modules
- Disable modules
- View status of modules
Install via composer
cd your-attogram-install-directory
composer create-project attogram/attogram-modulemanager modules/modulemanager
Install manually
- download latest Module Manager ZIP distrubtion
- unzip and move the managermodule directory into
your Attogram installation
modules/directory
Permissions
Your web server must have read/write permission to the
Attogram installation modules/ and modules_disabled/ directories
in order for the Module Manager to work properly.
Module Manager contents
Admin Actions
admin_actions/module-admin.php- Module Manager Admin Page
Included Files
includes/ModuleManager.php- Attogram ModuleManager Object
