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

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

emad/contact-us-package
=======================

This Package use create form contact us with \[ blade , migrations , config Email to receive all contact request \] ,when you need receive any date on your admin email from website or system

04PHP

Since Nov 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EmadMohamed6/contact-us-generator)[ Packagist](https://packagist.org/packages/emad/contact-us-package)[ RSS](/packages/emad-contact-us-package/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Contact Us Generator
====================

[](#contact-us-generator)

This Package use create form contact us with \[ blade , migrations , config Email to receive all contact request \] ,when you need receive any data on your admin email from website or system

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

[](#installation)

Using [composer](https://getcomposer.org/) to install contact-us-package.

```
composer require emad/contact-us-package
```

Configuration
-------------

[](#configuration)

in your `config\app.php`add in your `providers`

```
'providers' => [
    /*
     * Package Service Providers...
     */
    Emad\ContactUsPackage\ContactServiceProvider::class,
];
```

Usage
-----

[](#usage)

write on your terminal

```
 php artisan vendor:publish
  choice --provider="Emad\ContactUsPackage\ContactServiceProvider"
 php artisan migrate
```

Preparing your Email to receive contact request
-----------------------------------------------

[](#preparing-your-email-to-receive-contact-request)

in your `config\contact.php`add `email`

```
return [
    'send_email_to' => 'email@example.com'
];
```

Check
-----

[](#check)

`.env`

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=465
MAIL_USERNAME=write_user_name
MAIL_PASSWORD=write_user_password
MAIL_ENCRYPTION=tls
MAIL_FROM_NAME="${APP_NAME}"
```

### Write contact on URL

[](#write-contact-on-url)

```
"http://127.0.0.1:8000/contact"
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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://www.gravatar.com/avatar/c143dea1f5dfc760d6097534a05c5459cf7a4827e207549eb23a17549876f19b?d=identicon)[EmadMohamed6](/maintainers/EmadMohamed6)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[ivanovsaleksejs/num-to-text

Converts numbers or prices to text representation in various languages. For example, 437605 becomes "four hundred thirty seven thousand six hundred five". Price class for displaying prices with currencies is also available.

2017.0k](/packages/ivanovsaleksejs-num-to-text)[pragmatic-modules/magento2-module-jslayout-parser

Lightweight Magento 2 module that was created to make work with $jsLayout less spaghetti, and more object-oriented.

157.3k1](/packages/pragmatic-modules-magento2-module-jslayout-parser)

PHPackages © 2026

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