PHPackages                             megaads/laravel-mailservice - 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. megaads/laravel-mailservice

ActiveLibrary

megaads/laravel-mailservice
===========================

This package support call to api for sent email

v1.0.1(7y ago)015MITPHPPHP &gt;=5.6.4

Since Dec 24Pushed 7y ago5 watchersCompare

[ Source](https://github.com/megaads-vn/laravel-mailservice)[ Packagist](https://packagist.org/packages/megaads/laravel-mailservice)[ RSS](/packages/megaads-laravel-mailservice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel MailService Module
==========================

[](#laravel-mailservice-module)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

```
composer require megaads/laravel-mailservice

```

After require module success, register module on config app.

```
Megaads\Laravelmailservice\LaravelmailserviceServiceProvider::class

```

If using lumen, register class module on `bootstrap/app.php`. Then add some param config to env file

```
EMAIL_SERVICE_URL=
EMAIL_SERVICE_USER=
EMAIL_SERVICE_PASSWORD=

```

### Using

[](#using)

On constructor function, declare email service.

```
$this->emailService = $this->app->make('sendEmailService');

```

Create send options email like below

```
$options = [
    'to' => 'email1, email2, email3' // if not service using group param
    'group' => 'technical', // if not service using to params
    'content' => 'Hello World', // text string or laravel view html render
    'subject' => 'Send test email',
    'name' => 'Joe Smith',
]

```

Finally call service to send email and waiting for result.

```
$this->emailService->sendMail($options);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

2

Last Release

2692d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ad425c743522a807fd15e2a7b0ada9c2a2127ecca76fbef37cf9292022006a?d=identicon)[megaads-vn](/maintainers/megaads-vn)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/megaads-laravel-mailservice/health.svg)

```
[![Health](https://phpackages.com/badges/megaads-laravel-mailservice/health.svg)](https://phpackages.com/packages/megaads-laravel-mailservice)
```

PHPackages © 2026

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