avido / laravel-smtpeter
Smtpeter Api client for Laravel
Installs: 436
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.0
- avido/smtpeter-php-api: ^0.0
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- orchestra/testbench: ^4.0 || ^5.0 || ^6.0
- phpunit/phpunit: ^9.5.11
README
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.