PHPackages                             softandtech/contactus - 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. softandtech/contactus

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

softandtech/contactus
=====================

A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form

v2.0.0(11mo ago)14MITBlade

Since Jun 5Pushed 11mo agoCompare

[ Source](https://github.com/SoftAndTech/Contactus)[ Packagist](https://packagist.org/packages/softandtech/contactus)[ RSS](/packages/softandtech-contactus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

SoftAndTech\\Contactus
======================

[](#softandtechcontactus)

**Version**: v2.0.0
**Author**: Akhil Vijay &amp; Sreejith P
**Company**: Soft and Tech Solutions
**License**: MIT

Description
-----------

[](#description)

A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form. Additionally we provide a configuration page to customize the mail template. Additionally contact\_conf is now depretiated

Features
--------

[](#features)

- Easy to integrate Contact Us form for Laravel users
- Easy Integration
- No API required
- Sends customer queries to a specified email
- Stores contact form data in the database
- Customizable email content

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

[](#installation)

To install this package, use the following steps:

1. Clone the repository to your Laravel project or use commmand

    ```
        composer require softandtech/contactus
    ```
2. Publish the files to your working project:

    ```
         php artisan vendor:publish --provider="SoftAndTech\ContactUs\ContactUsServiceProvider"

    ```
3. Check new folders and files are added to your 'view' foldwrs and 'public' folders

    ```
        ..views
            |vendor
                |contactus
    ```
4. update your `env` files

    ```
        MAIL_MAILER=smtp
        MAIL_HOST=smtp.gmail.com
        MAIL_PORT=587
        MAIL_USERNAME=
        MAIL_PASSWORD=
        MAIL_ENCRYPTION=tls
        MAIL_FROM_ADDRESS="your@mail.com"
        MAIL_FROM_NAME="${APP_NAME}"
    ```
5. Navigate links

    ```
        yourdomain.com/contactus_settings  // for settings
        yourdomain.com/contact_us  // for contact us form if you want to run the form directly

    or

    Include the contact form wherwever you want.

    ```php
        @include('contactus::contact')
    ```
6. Run migration This package requires 2 tables. One for configuration and other for saving customer's contact data.

    ```
       php artisan migrate
    ```
7. Clear config and cache ,view and route

    ```
        php artisan config:clear
        php artisan cache:clear
        php artisan view:clear
        php artisan optimize
        php artisan route:clear

    ```
8. Initilize settings

    From your browser, go to 'yourdomain.com/contactus\_settings' and save your configuratrion before running the contact us form.
9. If you want to add 'auth' requirements, just wrap the middleware to the routes in Contactus\\vendor\\softandtech\\contactus\\src\\routes\\web.php

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance51

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~4 days

Total

3

Last Release

340d ago

Major Versions

v1.1.0 → v2.0.02025-06-12

### Community

Maintainers

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

---

Top Contributors

[![SoftAndTech](https://avatars.githubusercontent.com/u/212212380?v=4)](https://github.com/SoftAndTech "SoftAndTech (7 commits)")

### Embed Badge

![Health badge](/badges/softandtech-contactus/health.svg)

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

PHPackages © 2026

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