https://github.com/attogram/attogram-contactform
[ARCHIVED] Contact Form Module for the Attogram Framework.
https://github.com/attogram/attogram-contactform
Last synced: 3 months ago
JSON representation
[ARCHIVED] Contact Form Module for the Attogram Framework.
- Host: GitHub
- URL: https://github.com/attogram/attogram-contactform
- Owner: attogram
- Archived: true
- Created: 2016-07-15T11:19:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:16:59.000Z (almost 10 years ago)
- Last Synced: 2025-05-19T01:18:10.131Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Attogram Framework Contact Form Module v0.0.2
[](https://travis-ci.org/attogram/attogram-contactform)
[](https://packagist.org/packages/attogram/attogram-contactform)
[](https://packagist.org/packages/attogram/attogram-contactform)
[](https://packagist.org/packages/attogram/attogram-contactform)
[](https://github.com/attogram/attogram-contactform/blob/master/LICENSE.md)
[](https://codeclimate.com/github/attogram/attogram-contactform)
[](https://codeclimate.com/github/attogram/attogram-contactform)
[](https://www.codacy.com/app/attogram-project/attogram-contactform?utm_source=github.com&utm_medium=referral&utm_content=attogram/attogram-contactform&utm_campaign=Badge_Grade)
[`[CHANGELOG]`](https://github.com/attogram/attogram-contactform/blob/master/CHANGELOG.md)
[`[TODO]`](https://github.com/attogram/attogram-contactform/blob/master/TODO.md)
This is the [Contact Form Module](https://github.com/attogram/attogram-contactform)
for the [Attogram Framework](https://github.com/attogram/attogram).
## Installing the Contact Form Module
* You already installed the
[Attogram Framework](https://github.com/attogram/attogram), didn't you?
* You already installed the
[Attogram Framework Database Module](https://github.com/attogram/attogram-database), 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