PHPackages                             alexthekiwi/boltmail-laravel-sdk - 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. [API Development](/categories/api)
4. /
5. alexthekiwi/boltmail-laravel-sdk

ActiveLibrary[API Development](/categories/api)

alexthekiwi/boltmail-laravel-sdk
================================

A package for interacting with the Boltmail API

1.0.0(4y ago)019MITPHPPHP ^7.4|^8.0

Since Apr 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alexthekiwi/boltmail-laravel-sdk)[ Packagist](https://packagist.org/packages/alexthekiwi/boltmail-laravel-sdk)[ RSS](/packages/alexthekiwi-boltmail-laravel-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Boltmail Laravel Adaptor
========================

[](#boltmail-laravel-adaptor)

A package for interacting with the Boltmail API with Laravel.

Installation
------------

[](#installation)

1. Generate an API key pair through the Boltmail admin screen
2. Set the `BOLTMAIL_PUBLIC_KEY` variable in your .env
3. Publish the config file for this package with `php artisan vendor:publish --provider="AlexClark\Boltmail\BoltmailServiceProvider"`

Usage
-----

[](#usage)

This package uses Laravel's service container and facades to call available methods statically. If there's a method you need that's not built in to the facade, you can use the "call" method and provide the endpoint/params manually.

Check out `AlexClark\Boltmail\Boltmail` to see all built-in methods.

```
