unitpost/laravel

Laravel wrapper for the official Unitpost PHP SDK.

Maintainers

Package info

github.com/unitpostcom/unitpost-laravel

Homepage

pkg:composer/unitpost/laravel

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2026-08-28 19:59 UTC

This package is auto-updated.

Last update: 2026-08-28 20:35:46 UTC


README

Laravel wrapper around unitpost/unitpost.

composer require unitpost/laravel
use Unitpost\Laravel\Facades\Unitpost;

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

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

Docs: https://www.unitpost.com/docs