Download the PHP package alexthekiwi/boltmail-laravel-sdk without Composer
On this page you can find all versions of the php package alexthekiwi/boltmail-laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexthekiwi/boltmail-laravel-sdk
More information about alexthekiwi/boltmail-laravel-sdk
Files in alexthekiwi/boltmail-laravel-sdk
Download alexthekiwi/boltmail-laravel-sdk
More information about alexthekiwi/boltmail-laravel-sdk
Files in alexthekiwi/boltmail-laravel-sdk
Vendor alexthekiwi
Package boltmail-laravel-sdk
Short Description A package for interacting with the Boltmail API
License MIT
Package boltmail-laravel-sdk
Short Description A package for interacting with the Boltmail API
License MIT
Please rate this library. Is it a good library?
Informations about the package boltmail-laravel-sdk
Boltmail Laravel Adaptor
A package for interacting with the Boltmail API with Laravel.
Installation
- Generate an API key pair through the Boltmail admin screen
- Set the
BOLTMAIL_PUBLIC_KEY
variable in your .env - Publish the config file for this package with
php artisan vendor:publish --provider="AlexClark\Boltmail\BoltmailServiceProvider"
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.
All versions of boltmail-laravel-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^8.12 | ^9.0
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^8.12 | ^9.0
The package alexthekiwi/boltmail-laravel-sdk contains the following files
Loading the files please wait ....