https://github.com/attogram/attogram-modulemanager
[ARCHIVED] Module Manager for the Attogram Framework
https://github.com/attogram/attogram-modulemanager
Last synced: 3 months ago
JSON representation
[ARCHIVED] Module Manager for the Attogram Framework
- Host: GitHub
- URL: https://github.com/attogram/attogram-modulemanager
- Owner: attogram
- License: other
- Archived: true
- Created: 2016-07-17T23:54:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T20:41:05.000Z (over 9 years ago)
- Last Synced: 2025-05-14T14:35:18.273Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Attogram Framework Module Manager v0.0.2
[](https://raw.githubusercontent.com/attogram/attogram-docs/master/ModuleManager/modulemanager.intro.full.gif)
[](https://packagist.org/packages/attogram/attogram-modulemanager)
[](https://packagist.org/packages/attogram/attogram-modulemanager)
[](https://packagist.org/packages/attogram/attogram-modulemanager)
[](https://github.com/attogram/attogrammodulemanager/blob/master/LICENSE.md)
[](https://www.codacy.com/app/attogram-project/attogram-modulemanager?utm_source=github.com&utm_medium=referral&utm_content=attogram/attogram-modulemanager&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/attogram/attogram-modulemanager)
[](https://codeclimate.com/github/attogram/attogram-modulemanager)
[`[CHANGELOG]`](https://github.com/attogram/attogram-modulemanager/blob/master/CHANGELOG.md)
[`[TODO]`](https://github.com/attogram/attogram-modulemanager/blob/master/TODO.md)
This is the [Module Manager](https://github.com/attogram/attogram-modulemanager)
for the [Attogram Framework](https://github.com/attogram/attogram).
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](https://github.com/attogram/attogram-modulemanager/archive/master.zip)
* 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`](https://github.com/attogram/attogram-modulemanager/blob/master/admin_actions/module-admin.php)
\- Module Manager Admin Page
### Included Files
* [`includes/ModuleManager.php`](https://github.com/attogram/attogram-modulemanager/blob/master/includes/moduleManager.php)
\- Attogram ModuleManager Object