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
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: Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-modulemanager: Module Manager for the Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:59:50 UTC
README
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