PHPackages                             ramiz/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. ramiz/contact

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ramiz/contact
=============

this is contact admin package using this package user can send mail to admin

v1.0.6(2y ago)012MITPHP

Since Aug 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Ramiz8Work/contactus-package)[ Packagist](https://packagist.org/packages/ramiz/contact)[ RSS](/packages/ramiz-contact/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Contact Admin Package
=====================

[](#contact-admin-package)

The Contact Admin Package is a simple Laravel package that provides functionality to manage contact messages, including name, email, and message fields. It allows you to easily collect and manage contact information from users on your website.

Features
--------

[](#features)

- Capture and store contact messages from users.
- Easily configure receiver email address for contact messages.
- Seamless integration with Laravel's mail system.

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

[](#installation)

To get started with the Contact Admin Package, follow these steps:

1. **Install the Package**: Install the package using Composer:

    ```
    composer require ramiz/contact
    ```
2. **Set Mail Credentials**: Add your mail credentials to your `.env` file to ensure the package can send email notifications:

    ```
    MAIL_MAILER=smtp
    MAIL_HOST=smtp.example.com
    MAIL_PORT=587
    MAIL_USERNAME=your_username
    MAIL_PASSWORD=your_password
    MAIL_ENCRYPTION=tls
    ```
3. **Configure Receiver Email**: Set the receiver email address for contact messages in the `config.contact` file located in your Laravel project's `config` directory.
4. **Publish Configuration**: Publish the package's configuration files:

    ```
     php artisan vendor:publish --provider="Ramiz\Contact\ContactServiceProvider"
    ```
5. **Run Migrations**: Run the database migrations to create the necessary tables:

    ```
    php artisan migrate
    ```

Usage
-----

[](#usage)

Once the package is installed and configured, you can easily manage contact messages through the provided routes and views. Access the contact admin panel by navigating to `/contact` in your browser.

License
-------

[](#license)

This package is open-source software licensed under the [MIT License](LICENSE).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

6

Last Release

1060d ago

### Community

Maintainers

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

---

Top Contributors

[![Ramiz8Work](https://avatars.githubusercontent.com/u/116084089?v=4)](https://github.com/Ramiz8Work "Ramiz8Work (21 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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