PHPackages                             sinevia/laravel-mail - 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. sinevia/laravel-mail

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

sinevia/laravel-mail
====================

Laravel's mail transport for Sinevia Web Services Mail

v0.0.2(3y ago)098proprietaryPHP

Since Aug 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Sinevia/laravel-mail)[ Packagist](https://packagist.org/packages/sinevia/laravel-mail)[ RSS](/packages/sinevia-laravel-mail/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Mail
============

[](#laravel-mail)

Laravel package for sending mail via the Sinevia Web Serices API

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

[](#installation)

Install the package via composer

```
composer require sinevia/laravel-mail

```

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

[](#configuration)

After publishing, add and fill the next values to your .env file

```
MAIL_DRIVER=sinevia_mail

```

Add and fill the next values to your config/services file

```
'sinevia_mail' => [
    'domain' => 'http://ws.sinevia.com/mails/mail-send',
    'secret' => 'APIKEY',
],

```

How to Use?
-----------

[](#how-to-use)

```
\Mail::raw('EMAILS WORKING TEXT', function ($message) {
    $message->from('mail@server.com','From Name');
    $message->to('to@server.com','To Name');
    $message->cc('cc@server.com','Cc Name');
    $message->bcc('bcc@server.com','Bcc Name');
    $message->subject("EMAILS WORKING SUBJECT");
});

// check for failures
if (\Mail::failures()) {
    dd('FAILED');
}

dd('SUCCESS');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

1354d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelmaillumenlaravel5sinevia

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sinevia-laravel-mail/health.svg)

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

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Laravel 5+ and Lumen 5+.

6375.3k](/packages/eventhomes-laravel-mandrillhooks)

PHPackages © 2026

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