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

ActiveModule

netcore/module-contact
======================

v2.0.0(8y ago)01.3kPHPPHP &gt;=7.0.0

Since Oct 27Pushed 7y ago6 watchersCompare

[ Source](https://github.com/netcore/module-contact)[ Packagist](https://packagist.org/packages/netcore/module-contact)[ RSS](/packages/netcore-module-contact/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (1)Versions (25)Used By (0)

Module for more simple contact page management
----------------------------------------------

[](#module-for-more-simple-contact-page-management)

Main idea of this module is to provide easy contact page setting management, creating map with location and make contact form.

Pre-installation
----------------

[](#pre-installation)

This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:

 (Only if you will use contact form)

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

[](#installation)

`composer require netcore/module-contact`

Publish config, assets, migrations. Migrate and seed:

```
php artisan module:publish-config Contact
php artisan module:publish Contact
php artisan module:publish-migration Contact
php artisan migrate
php artisan module:seed Contact

```

You should be good to go.

Usage
-----

[](#usage)

After setup new section will appear in your acp. The name of the section will be "Contact" If your project do not need map or some other settings you can disable them in your configuration file - `config/netcore/module-contact.php`

You get `contact()` helper. With the helper you can access all features from contact module.

Examples
--------

[](#examples)

To return all data necessary for map: `contact()->map()`

To return content text:

`contact()->content()`

To return contact settings:

```
contact()->item('phone')
contact()->item('workdays')
contact()->item('location')
contact()->item('contact-email')
contact()->item('contact-form')

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 55.7% 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

Every ~6 days

Total

24

Last Release

2985d ago

Major Versions

v0.1.2 → v1.0.02017-11-30

v1.0.16 → 2.0.x-dev2018-02-28

PHP version history (2 changes)v0.1.1PHP &gt;=5.5

2.0.x-devPHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e524527cce55f4877966909320b064763f66f0c89e3edb5c18cecda4bc01cf24?d=identicon)[netcorelv](/maintainers/netcorelv)

---

Top Contributors

[![danielsGrietins](https://avatars.githubusercontent.com/u/24427373?v=4)](https://github.com/danielsGrietins "danielsGrietins (39 commits)")[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (25 commits)")[![speekadievs](https://avatars.githubusercontent.com/u/13509181?v=4)](https://github.com/speekadievs "speekadievs (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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