attogram / attogram-contactform
This package is abandoned and no longer maintained.
No replacement package was suggested.
Contact Form Module for the Attogram Framework
Package info
github.com/attogram/attogram-contactform
Type:project
pkg:composer/attogram/attogram-contactform
0001
2016-07-21 22:16 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-database: Contact Form Module requires the Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for 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: 2026-07-12 16:20:02 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