PHPackages                             sagsoz06/contact - 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. sagsoz06/contact

ActiveAsgard-module[Utility &amp; Helpers](/categories/utility)

sagsoz06/contact
================

A module to create small contacts of content to display anywhere on the site.

2.2.0(5y ago)0252MITJavaScriptPHP &gt;=5.4

Since Apr 1Pushed 5y agoCompare

[ Source](https://github.com/aniliso/contact-module)[ Packagist](https://packagist.org/packages/sagsoz06/contact)[ RSS](/packages/sagsoz06-contact/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (34)Used By (0)

Contact
=======

[](#contact)

Features
--------

[](#features)

- Partial for a contact form, that you can include in your own views

Configuration
-------------

[](#configuration)

The view of the contact page (you can set this to be a view in your app, which has much more contact on it for example, then include the partial for the form, e.g. `@include('contact::form')`

The fields and rules for your form

```
'fields' => [
    'title' => [
        'type' => 'select',
        'choices' => [
            ''      => 'Please select',
            'Mr'    => 'Mr',
            'Mrs'   => 'Mrs',
            'Miss'  => 'Miss',
            'Ms'    => 'Ms',
            'Dr'    => 'Dr',
            'Other' => 'Other',
        ],
    ],
    'first_name' => [
        'type' => 'text',
    ],
    'last_name' => [
        'type' => 'text',
    ],
    'email' => [
        'type' => 'text',
    ],
    'enquiry' => [
        'type' => 'textarea',
    ],
],

'rules' => [
    'title'      => 'required',
    'first_name' => 'required',
    'last_name'  => 'required',
    'email'      => 'required|email',
    'enquiry'    => 'required',
],

```

Usage
-----

[](#usage)

Customise the options in the config file and then add the following to the view file that you specified in the config to render the contact form inside it.

```
@include('contact::form')

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~45 days

Recently: every ~206 days

Total

33

Last Release

1869d ago

Major Versions

1.2.3 → 2.0.02018-04-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d293b3dd3a4e7655fb8b6c0245cb27adf9857bf3400df1730bbcf51d6be27a?d=identicon)[sagsoz06](/maintainers/sagsoz06)

---

Top Contributors

[![sagsoz06](https://avatars.githubusercontent.com/u/306175?v=4)](https://github.com/sagsoz06 "sagsoz06 (16 commits)")[![aniliso](https://avatars.githubusercontent.com/u/26839479?v=4)](https://github.com/aniliso "aniliso (14 commits)")[![visualturk](https://avatars.githubusercontent.com/u/17029406?v=4)](https://github.com/visualturk "visualturk (6 commits)")

### Embed Badge

![Health badge](/badges/sagsoz06-contact/health.svg)

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

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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