PHPackages                             despark/igni-contact-us - 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. [Framework](/categories/framework)
4. /
5. despark/igni-contact-us

ActiveLibrary[Framework](/categories/framework)

despark/igni-contact-us
=======================

Igni CMS Contact Us Package

v1.1(8y ago)017MITPHPPHP &gt;=5.6.4

Since Jun 9Pushed 8y ago7 watchersCompare

[ Source](https://github.com/despark/igni-contact-us)[ Packagist](https://packagist.org/packages/despark/igni-contact-us)[ RSS](/packages/despark-igni-contact-us/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (3)Versions (11)Used By (0)

[![](https://camo.githubusercontent.com/812ea17970564244d0aa2c600b85674e2f680bf9dafc2ad288c3680c620f6bf3/68747470733a2f2f6465737061726b2e636f6d2f7075626c69632f696d616765732f6465737061726b2d6c6f676f2e737667)](https://camo.githubusercontent.com/812ea17970564244d0aa2c600b85674e2f680bf9dafc2ad288c3680c620f6bf3/68747470733a2f2f6465737061726b2e636f6d2f7075626c69632f696d616765732f6465737061726b2d6c6f676f2e737667)

[![Latest Stable Version](https://camo.githubusercontent.com/c09b517c9860e2f658328bac94dff5ffa6aeb1d022d6e3ecf05f45398ac7530b/68747470733a2f2f706f7365722e707567782e6f72672f6465737061726b2f69676e692d636f6e746163742d75732f762f737461626c652e737667)](https://packagist.org/packages/despark/igni-contact-us)

Despark's igniCMS Contact Us Module
===================================

[](#desparks-ignicms-contact-us-module)

About
-----

[](#about)

This package extends [despark/igni-core](https://github.com/despark/igni-core) by adding a fully functional Contacts Page consisting of:

1. DB tables for contact details and messages.
2. Resources
3. Routes
4. Config
5. Contact form
6. Email notifications
7. Helpers

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

[](#installation)

Require using [Composer](https://getcomposer.org)

```
composer require despark/igni-contact-us
```

Add the service provider to `config/app.php`

```
$providers = [
    ...
    Despark\Cms\ContactUs\Providers\IgniContactUsServiceProvider::class,
]
```

Run the artisan install command

```
php artisan igni:make:contacts
```

A new Contacts Management sidebar will be added to the CMS page

Take a quick look at ignicontacts config file
---------------------------------------------

[](#take-a-quick-look-at-ignicontacts-config-file)

```
return [
    'google_api_key' => env('GOOGLE_MAPS_API_KEY', null),
    // Send an email to the first email address in contacts table when a new message is submitted. true||false||null
    'recieve_email_notifications' => true,
    'mail_receiver_name' => 'Example',
    'mail_subject' => 'New message was received',
    'path_to_email_view' => 'emails.newMessage',
];
```

We made some helpers so that you can quickly visualise the main sections of a standard Contacts page and build further more
---------------------------------------------------------------------------------------------------------------------------

[](#we-made-some-helpers-so-that-you-can-quickly-visualise-the-main-sections-of-a-standard-contacts-page-and-build-further-more)

```
igniContactForm()
```

Outputs a contact form with simpl HTML structure

```
igniContactDetails()
```

Outputs all the cotact details using simple HTML structure

```
igniContactMap()
```

Outputs Google Maps JS map focused on the address you've setup in the contacts

```
igniFullContactPage()
```

Output a fully fledged Contact Us page with all contact details, contact form and map

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~26 days

Recently: every ~49 days

Total

10

Last Release

3074d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6141561?v=4)[Despark Bulgaria EAD](/maintainers/despark)[@despark](https://github.com/despark)

---

Top Contributors

[![ageshev](https://avatars.githubusercontent.com/u/9364161?v=4)](https://github.com/ageshev "ageshev (18 commits)")

---

Tags

frameworklaravelcorecmscontactsdespark

### Embed Badge

![Health badge](/badges/despark-igni-contact-us/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[microweber/microweber

New generation CMS with drag and drop

3.4k13.9k1](/packages/microweber-microweber)[despark/ignicms

Administrative interface builder for Laravel 5.1

222.5k1](/packages/despark-ignicms)[reinvanoyen/cmf

A flexible and extendable solution for all your content management needs

1027.4k](/packages/reinvanoyen-cmf)

PHPackages © 2026

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