PHPackages                             longkyanh/laravel-optivo - 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. longkyanh/laravel-optivo

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

longkyanh/laravel-optivo
========================

Optivo Mail Client for Laravel

v0.5(10y ago)022MITPHP

Since Feb 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nguyentienlong/laravel-optivo)[ Packagist](https://packagist.org/packages/longkyanh/laravel-optivo)[ Docs](https://github.com/nguyentienlong/laravel-optivo)[ RSS](/packages/longkyanh-laravel-optivo/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

laravel-optivo
==============

[](#laravel-optivo)

Optivo mailer for Laravel ( &gt;= v5 ).

**Usage:**

- `composer require longkyanh/laravel-optivo`
- Dependency injection

```
use Longkyanh\Mailer\Optivo as Mailer;

class TestEmailController extends Controller
{
    protected $mailer;

    public function __construct(Mailer $mailer)
    {
        $this->mailer = $mailer; // auto resolve by Laravel container
    }

    public function testEmail():Response
    {
        $mailingListName = 'a-test-mailing-list';
        $locale = 'en';
        $recipient = 'nguyentienlong88+1@gmail.com';
        $data = [
            'firstname' => time(),
            'lastname' => time(),
            'age' => time(),
            'message' => time(),
        ];
        $temp = $this->mailer->send($mailingListName, $locale, $recipient, $data);

        return new Response($temp);
    }
}

```

- Use with `OptivoMailer` Facade

    - Add this line below into config/app.php

        `Longkyanh\Mailer\OptivoServiceProvider::class,`
    - Then use in any class

        ```
        // before any class definition
        use Longkyanh\Mailer\OptivoMailer;

        // call send function anywhere you want
        OptivoMailer::send($mailingListName, $locale, $recipient, $data);

        ```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

3775d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelmaileroptivo mail client

### Embed Badge

![Health badge](/badges/longkyanh-laravel-optivo/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

318263.8k6](/packages/tzsk-sms)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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