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

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

juzaweb/contact
===============

Contact Module

1.0.1(2mo ago)2572GPL-2.0PHPCI passing

Since Mar 6Pushed 2mo agoCompare

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

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Juzaweb Contact Module
======================

[](#juzaweb-contact-module)

A powerful and flexible Contact Module for Juzaweb CMS. This module allows you to easily add a contact form to your website and manage contact submissions from the admin panel.

Features
--------

[](#features)

- **Public Contact Form**: A customizable contact form for users to submit inquiries.
- **Admin Management**: An intuitive interface to view, manage, and respond to contact requests.
- **Email Notifications**: Automatically sends confirmation emails to users upon submission.
- **Data Validation**: Ensures all submissions contain valid and required information.
- **Multilingual Support**: Supports multiple languages including English, Vietnamese, and many others.
- **Customizable**: Publish configuration and views to tailor the module to your specific needs.

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

[](#installation)

You can install the package via composer:

```
composer require juzaweb/contact
```

After installation, the module will be automatically registered. Juzaweb CMS handles the migrations automatically.

Usage
-----

[](#usage)

### Frontend Form

[](#frontend-form)

To use the contact form, create a form on your frontend that submits a POST request to the `/contact` route.

**Example HTML Form:**

```

    @csrf

        Name

        Email

        Subject

        Message

    Send Message

```

**Required Fields:**

- `name` (string, max 200)
- `email` (email)
- `subject` (string, max 200)
- `message` (text)

**Optional Fields:**

- `phone` (string, max 20)

### Backend Management

[](#backend-management)

Access the contact submissions via the Juzaweb Admin Panel. Navigate to **Contacts** in the sidebar menu. Here you can:

- View a list of all contact submissions.
- Edit contact details.
- Update the status of a contact request.
- Delete unwanted submissions.

Customization
-------------

[](#customization)

You can publish the module's configuration and views to customize them according to your requirements.

### Publish Configuration

[](#publish-configuration)

```
php artisan vendor:publish --tag=contact-config
```

This will publish the configuration file to `config/contact.php`.

### Publish Views

[](#publish-views)

```
php artisan vendor:publish --tag=contact-module-views
```

This will publish the views to `resources/views/vendor/contact`. You can then modify the email templates and admin views.

Testing
-------

[](#testing)

To run the tests for this module, use the following command:

```
vendor/bin/phpunit
```

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance83

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 65.4% 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 ~22 days

Total

2

Last Release

87d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3169e8a8781068840e9300a57785089da521287dbe0279fc9cc7e8de1c1d95a9?d=identicon)[juzaweb](/maintainers/juzaweb)

---

Top Contributors

[![juzaweb](https://avatars.githubusercontent.com/u/47020363?v=4)](https://github.com/juzaweb "juzaweb (17 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (9 commits)")

---

Tags

contactsjuzaweb-cmslaravel-cms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[htmlburger/carbon-fields

WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.

1.5k689.0k57](/packages/htmlburger-carbon-fields)[dflydev/placeholder-resolver

Given a data source representing key =&gt; value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.

14214.6M3](/packages/dflydev-placeholder-resolver)[bragento/magento-composer-installer

Composer installer for Magento modules

2314.5k](/packages/bragento-magento-composer-installer)

PHPackages © 2026

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