Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ondrakub/mailerlite

Nette extension for MailerLite API
https://github.com/ondrakub/mailerlite

mailerlite mailerlite-api nette-extension

Last synced: 2 days ago
JSON representation

Nette extension for MailerLite API

Awesome Lists containing this project

README

        

Ondrakub\MailerLite
===================
Nette extension for [MailerLite API](https://developers.mailerlite.com/docs)

Package Installation
-------------------

The best way to install extension is using [Composer](http://getcomposer.org/):

```
composer require ondrakub/mailerlite
```

Installation
-------------

**Registration**

```
extensions:
mailerlite: Ondrakub\MailerLite\DI\MailerLiteExtension
```

**Configuration**

```
mailerlite:
apiKey: '123456789'
```