Tk2 Subscribers Plugin
Project: ttek-plg/subscribers
Published: 01 Jul 2018
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/, (*1)
A plugin to manage subscribers emails, (*2)
Contents
Installation
Available on Packagist (ttek-plg/subscribers)
and as such installable via Composer., (*3)
# composer require ttek-plg/subscribers
Or add the following to your composer.json file:, (*4)
{
"ttek-plg/subscribers": "~1.0"
}
If you do not use Composer, you can grab the code from GitHub, and use any
PSR-0 compatible autoloader (e.g. the plg-subscribers)
to load the classes., (*5)
Introduction