Looking to hire Laravel developers? Try LaraJobs

laravel maintained by unitpost

Description
Laravel wrapper for the official Unitpost PHP SDK.
Last update
2026/08/28 21:59 (dev-main)
License
Downloads
1

Comments
comments powered by Disqus

unitpost/laravel

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