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

ActiveJuzaweb-module

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

Contact Module

1.0.0(2mo ago)1309↓100%PHPCI 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 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)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

40

—

FairBetter than 87% of packages

Maintenance94

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

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

64d 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 (13 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (4 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)
```

PHPackages © 2026

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