Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yiimaker/yii2-newsletter

Module for saving user contacts from newsletter form to database
https://github.com/yiimaker/yii2-newsletter

newsletter newsletter-management yii2 yii2-extension

Last synced: 5 days ago
JSON representation

Module for saving user contacts from newsletter form to database

Awesome Lists containing this project

README

        





Newsletter module



Module for saving user contacts from newsletter form to database.

[![Build Status](https://travis-ci.org/yiimaker/yii2-newsletter.svg?branch=master)](https://travis-ci.org/yiimaker/yii2-newsletter)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiimaker/yii2-newsletter/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiimaker/yii2-newsletter/?branch=master)
[![Total Downloads](https://poser.pugx.org/yiimaker/yii2-newsletter/downloads)](https://packagist.org/packages/yiimaker/yii2-newsletter)
[![Latest Stable Version](https://poser.pugx.org/yiimaker/yii2-newsletter/v/stable)](https://packagist.org/packages/yiimaker/yii2-newsletter)
[![Latest Unstable Version](https://poser.pugx.org/yiimaker/yii2-newsletter/v/unstable)](https://packagist.org/packages/yiimaker/yii2-newsletter)

Installation
------------
#### Install package
Run command
```
composer require yiimaker/yii2-newsletter
```
or add
```json
"yiimaker/yii2-newsletter": "~1.0"
```
to the require section of your composer.json.

#### Apply migrations
```
./yii migrate --migrationPath=@vendor/yiimaker/yii2-newsletter/src/migrations
```

Usage
-----
* [(EN) Basic usage](docs/en/basic-usage.md)
* [(RU) Базовое использование](docs/ru/basic-usage.md)
* [(EN) Advanced usage](docs/en/advanced-usage.md)
* [(RU)Продвинутое использование](docs/ru/advanced-usage.md)

License
-------
[![License](https://poser.pugx.org/yiimaker/yii2-newsletter/license)](https://packagist.org/packages/yiimaker/yii2-newsletter)

This project is released under the terms of the BSD-3-Clause [license](LICENSE).

Copyright (c) 2017, Yii Maker