attogram/attogram-info

Info Module for the Attogram Framework


Keywords
attogram, attogram framework, attogram module
Licenses
MIT/GPL-3.0+

Documentation

Attogram Framework Info Module v0.0.6

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

This is the Info Module for the Attogram Framework.

Installing the Info Module

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

Info Module contents

Public Actions

  • actions/license.php - loads, parses and displays Attogram top level ./LICENSE.md
  • actions/readme.php - loads, parses and displays Attogram top level ./README.md

Admin Actions

  • admin_actions/info.php - debug information about the current install

Included files

  • includes/MarkDownPage.php - markdown page maker

Misc

  • tests/BaseTest.php - phpunit tests