attogram/attogram-info

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

Info Module for the Attogram Framework

v0.0.6 2016-07-21 22:25 UTC

This package is auto-updated.

Last update: 2020-02-09 03:59:50 UTC


README

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