attogram / attogram-contactform
This package is abandoned and no longer maintained.
No replacement package was suggested.
Contact Form Module for the Attogram Framework
v0.0.2
2016-07-17 21:34 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-database: requires the Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:41:00 UTC
README
This is the Contact Form Module for the Attogram Framework.
Installing the Contact Form Module
- You already installed the Attogram Framework, didn't you?
- You already installed the Attogram Framework Database Module, didn't you?
- Goto the top level of your install, then run:
composer create-project attogram/attogram-contactform modules/contactform
Contact Form Module contents
Public Actions
actions/contact.php
- The contact form
Admin Actions
admin_actions/contact-admin.php
- View/delete messages
Database Tables
tables/contact.sql
- Contact table
Misc
tests/*
- phpunit tests