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
- Host: GitHub
- URL: https://github.com/ondrakub/mailerlite
- Owner: ondrakub
- License: mit
- Created: 2018-01-29T14:27:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T10:04:26.000Z (about 8 years ago)
- Last Synced: 2026-01-01T12:09:34.185Z (5 months ago)
- Topics: mailerlite, mailerlite-api, nette-extension
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```