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

ActiveLibrary

rezapasalar/contact-us
======================

This package is for contact us section.

01PHP

Since Aug 8Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

contact-us
==========

[](#contact-us)

This package is for the contact section for each website.

Add Provider:
=============

[](#add-provider)

ContactUs\\ContactServiceProvider::class,

Add Facade:
===========

[](#add-facade)

'ContactUs' =&gt; ContactUs\\ContactFacade::class

Command:
========

[](#command)

php artisan vendor:publish

Command:
========

[](#command-1)

php artisan migrate

Tip:
====

[](#tip)

You must have your database name in the .env file. You have registered.

Using:
======

[](#using)

```
Route::get("/contact", function () {
    $contctUsForm = \ContactUs::createForm();
    return view("contact.create", compact("contctUsForm"));
})->name("contact.create");

Route::get("/contacts", function () {
    $res = \ContactUs::contacts();
    return view("contact.index", [
        "route" => $res["route"],
        "contacts" => $res["contacts"]
    ]);
});

Route::namespace("\ContactUs\app\Http\Controllers")->group(function () {
    Route::post("/contact", "ContactController@store")->name("contact.store");
});

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35224879?v=4)[rezapasalar](/maintainers/rezapasalar)[@rezapasalar](https://github.com/rezapasalar)

---

Top Contributors

[![rezapasalar](https://avatars.githubusercontent.com/u/35224879?v=4)](https://github.com/rezapasalar "rezapasalar (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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