tigerheck / laravel-mailerlite
Laravel wrapper for Mailerlite APIs
v0.0.6
2024-04-04 10:01 UTC
Requires
- php: ^8.0.2
- mailerlite/mailerlite-php: ^1.0
- nyholm/psr7: ^1.8
- symfony/http-client: ^6.4
README
A Laravel wrapper for MailerLite API.
Install
Via Composer
$ composer require tigerheck/laravel-mailerlite
Configuration
Laravel MailerLite requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="TigerHeck\MailerLite\MailerLiteServiceProvider"
add Your enviroment configuraiton file
MAILERLITE_API_KEY=
Usage
See documention for params and others at MailerLite docs