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 2w ago

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

3820d 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

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

265192.2k1](/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.

5226.7k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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