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

https://github.com/ondrakub/mailerlite

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

mailerlite mailerlite-api nette-extension

Last synced: about 2 months 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'
```