PHPackages                             fnlive/contactform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fnlive/contactform

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fnlive/contactform
==================

Classes for Contact Forms and message admin.

v1.0(10y ago)031MITPHPPHP &gt;=5.4

Since Mar 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fnlive/contactform)[ Packagist](https://packagist.org/packages/fnlive/contactform)[ Docs](http://dbwebb.se/)[ RSS](/packages/fnlive-contactform/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Contactform a PHP module for contact forms.
===========================================

[](#contactform-a-php-module-for-contact-forms)

This is a contact form module for the Anax-MVC framework.

- Add a contact form to any page via the ContactFormController class as dispatcher.
- Add a contact form message administration section to a page via the ContactFormAdminController class as dispatcher.

See contactform/webroot/testContactform.php for example usage.

- [Contactform@Git](https://github.com/fnlive/contactform)
- [Contactform@Packagist](https://packagist.org/packages/fnlive/contactform)

Installation
------------

[](#installation)

- Download [Anax-MVC release v.04](https://github.com/fnlive/Anax-MVC/releases/tag/v0.4) or later.
- Add following lines to Anax-MVC/composer.json, see below
- run composer update to download module and dependencies to vendor folder
- copy template files from vendor/fnlive/contactform/view/contactform/\* to Anax-MVC/app/view/contactform/\*
- point your browser to file vendor/fnlive/contactform/webroot/testContactform.php to try out module

Anax-MVC/composer.json snippet:

```
    "require": {
        "php": ">=5.4",
        "mos/cform": "2.*@dev",
        "mos/cdatabase": "dev-master",
        "fnlive/contactform":  "dev-master"
    },

```

This module is dependent on [mos/cform](https://github.com/mosbth/cform) and [mos/cdatabase](https://github.com/mosbth/cdatabase).

By Fredrik Nilsson ()

License
-------

[](#license)

This software is free software and carries a MIT license.

Todo
----

[](#todo)

- Add extension for enabling sending av message through mail-service to arbitrary receiver.
- Add support for storing and retrieval of Contact details from database.
- Add unit testing for module.

History
-------

[](#history)

v1.0 (2016-03-05)

```
 .
..:  Copyright 2016 by Fredrik Nilsson (fn@live.se)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4145e32ff48ab498c8489519ad08d58be91981d17f8db421423710138eadadc2?d=identicon)[fnlive](/maintainers/fnlive)

---

Top Contributors

[![fnlive](https://avatars.githubusercontent.com/u/12011074?v=4)](https://github.com/fnlive "fnlive (17 commits)")

---

Tags

htmleducationForms

### Embed Badge

![Health badge](/badges/fnlive-contactform/health.svg)

```
[![Health](https://phpackages.com/badges/fnlive-contactform/health.svg)](https://phpackages.com/packages/fnlive-contactform)
```

###  Alternatives

[caxy/php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

21520.9M15](/packages/caxy-php-htmldiff)[gregwar/formidable

Formidable, the pragmatic forms library

12062.2k1](/packages/gregwar-formidable)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
