Looking to hire Laravel developers? Try LaraJobs

laravel-smtpeter maintained by avido

Description
Smtpeter Api client for Laravel
Author
Last update
2022/02/11 15:55 (dev-master)
License
Downloads
440
Tags

Comments
comments powered by Disqus

Smtpeter API client for Laravel

Latest Version on Packagist Software License Tests Total Downloads

This package incorporates the Smtpeter API client for your Laravel project

Installation

composer require avido/laravel-smtpeter

Configuration

Add your Smtpeter Api key to the .env file

SMTPETER_API_KEY=YOUR-API-KEY


You can optionally publish the config file with:

php artisan vendor:publish --provider="Avido\LaravelSmtpeter\ServiceProvider" --tag="config"`

Usage

$templates = Smtpeter::templates()->list();
ddd($templates);

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.