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

ActiveLibrary

unitpost/laravel
================

Laravel wrapper for the official Unitpost PHP SDK.

0.3.0(today)01↑2900%MITPHPPHP &gt;=8.2

Since Aug 28Pushed todayCompare

[ Source](https://github.com/unitpostcom/unitpost-laravel)[ Packagist](https://packagist.org/packages/unitpost/laravel)[ Docs](https://www.unitpost.com/docs)[ RSS](/packages/unitpost-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

unitpost/laravel
================

[](#unitpostlaravel)

Laravel wrapper around [`unitpost/unitpost`](https://packagist.org/packages/unitpost/unitpost).

```
composer require unitpost/laravel
```

```
use Unitpost\Laravel\Facades\Unitpost;

$result = Unitpost::email()->send([
    'from' => 'Acme ',
    'to' => 'user@example.com',
    'subject' => 'Hello',
    'html' => 'Hi',
]);
```

The service provider binds `Unitpost\Client` from `UNITPOST_API_KEY` / `config/unitpost.php`.

Docs:

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1851469?v=4)[Oleg Gekker](/maintainers/blackswanny)[@blackswanny](https://github.com/blackswanny)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)

PHPackages © 2026

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