2017 © Pedro Peláez
 

library laravel-mailerlite

Laravel 5+ Wrapper for MailerLite API

image

hocza/laravel-mailerlite

Laravel 5+ Wrapper for MailerLite API

  • Thursday, July 13, 2017
  • by hocza
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3,459 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 30 % Grown

The README.md

MailerLite, (*1)

Laravel <3 MailerLite

A Laravel 5+ wrapper package for MailerLite API, (*2)

Installation

composer require "hocza/laravel-mailerlite:2.*"

Add the following settings to the config/app.php, (*3)

Service provider:, (*4)

'providers' => [
    ...
    'Hocza\MailerLite\PackageServiceProvider',
]

For the MailerLite:: facade, (*5)

'aliases' => [
    ...
    'MailerLite' => 'Hocza\MailerLite\Facades\MailerLite',
]

Configuration

Just put MAILERLITE_API_KEY= into your .env file, (*6)

On the other hand you can always publish that really small config with, (*7)

php artisan vendor:publish --provider="Hocza\MailerLite\PackageServiceProvider", (*8)

If you would like to be nice

Register with this link if you do not already have an account with MailerLite:, (*9)

MailerLite Email Marketing for Small Business, (*10)

Or you can still buy me a coffee :)

paypal at hocza.com, (*11)

The Versions

13/07 2017

dev-master

9999999-dev http://hocza.com

Laravel 5+ Wrapper for MailerLite API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozsef Hocza

laravel mail mailerlite mailerlite-api-v2

13/07 2017

2.0.1

2.0.1.0 http://hocza.com

Laravel 5+ Wrapper for MailerLite API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozsef Hocza

laravel mail mailerlite mailerlite-api-v2

13/07 2017

2.0

2.0.0.0 http://hocza.com

Laravel 5+ Wrapper for MailerLite API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozsef Hocza

laravel mail mailerlite mailerlite-api-v2