Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yiimaker/yii2-newsletter
- Owner: yiimaker
- License: bsd-3-clause
- Created: 2017-06-19T13:24:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T13:35:45.000Z (about 7 years ago)
- Last Synced: 2025-01-14T10:52:15.564Z (6 days ago)
- Topics: newsletter, newsletter-management, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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