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 1mo ago

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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1013d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0034839ba3470b59e05d85c9f8638a72994f28a7a9af11db3961cc55d5cba263?d=identicon)[Ramiz8Work](/maintainers/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

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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