PHPackages                             lalitwebhopers/wh-mailer - 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. lalitwebhopers/wh-mailer

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

lalitwebhopers/wh-mailer
========================

WH Mailer a product of Webhopers Infotech.

v1.0.0(3y ago)09MITPHPPHP ^7.4|^8.0

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lalitwebhopers/wh-mailer)[ Packagist](https://packagist.org/packages/lalitwebhopers/wh-mailer)[ Docs](https://github.com/lalitwebhopers/wh-mailer)[ RSS](/packages/lalitwebhopers-wh-mailer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

WH Mailer
=========

[](#wh-mailer)

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

[](#installation)

You can install the package via composer:

```
composer require lalitwebhopers/wh-mailer
```

Usage
-----

[](#usage)

### Add the following code to file "app/config/services.php"

[](#add-the-following-code-to-file-appconfigservicesphp)

```
'whmailer' => [
  'url' => env('WHMAILER_URL'),
  'key' => env('WHMAILER_API_KEY')
],
```

### Update the following code to file "app/config/mail.php"

[](#update-the-following-code-to-file-appconfigmailphp)

```
'default' => env('MAIL_MAILER', 'whmailer'),
```

### Add the following code to file "app/config/mail.php"

[](#add-the-following-code-to-file-appconfigmailphp)

add the following code inside 'mailers' array.

```
'whmailer' => [
  'transport' => 'whmailer',
],
```

### Update the file ".env"

[](#update-the-file-env)

```
MAIL_MAILER='whmailer'
WHMAILER_URL='http://netmail.whdev.in:5000/api/mailer/send-text'
WHMAILER_API_KEY='Your API Key provided by WHMailer'
```

### Update the file "app/config/app.php"

[](#update-the-file-appconfigappphp)

inside 'providers' array comment the default 'MailServiceProvider' &amp; add 'WHMailerServiceProvider'.

```
'providers' => [
 ...
 // Illuminate\Mail\MailServiceProvider::class,
 Lalitwebhopers\WhMailer\WhMailerServiceProvider::class,
 ...
]
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Lalit Kumar](https://github.com/lalitwebhopers)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1230d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b07d047667f151996f051b5cfaba3799c27597585faa4aab3dac953af252fe5?d=identicon)[adrashyawarrior](/maintainers/adrashyawarrior)

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

---

Top Contributors

[![lalitwebhopers](https://avatars.githubusercontent.com/u/108713394?v=4)](https://github.com/lalitwebhopers "lalitwebhopers (2 commits)")

---

Tags

lalitwebhoperswh-mailer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lalitwebhopers-wh-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/lalitwebhopers-wh-mailer/health.svg)](https://phpackages.com/packages/lalitwebhopers-wh-mailer)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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