2017 © Pedro PelĂĄez
 

yii2-extension yii2-sendmachine

Yii2 implementation of the Sendmachine API

image

mrbig00/yii2-sendmachine

Yii2 implementation of the Sendmachine API

  • Friday, July 14, 2017
  • by mrbig00
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 175 % Grown

The README.md

Yii2 SendMachine API Client

Yii2 implementation of the Sendmachine API, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer require --prefer-dist mrbig00/yii2-sendmachine "*"

or add, (*4)

"mrbig00/yii2-sendmachine": "*"

to the require section of your composer.json file., (*5)

Configuration

Set your credentials, (*6)

'components' => [ 

    'sendmachine' => [
        'sendmachine' => [
            'class'    => 'mrbig00\sendmachine\Sendmachine',
            'username' => '__YOUR_USERNAME_FROM_SMTP_PANEL__',
            'password' => '__YOUR_PASSWORD_FROM_SMTP_PANEL__'
        ],
    ]

]

Usage

\Yii::$app->sendmachine->client

Docs: http://developers.sendmachine.com/, (*7)

Based on

https://github.com/Sendmachine, (*8)

The Versions

14/07 2017

dev-master

9999999-dev

Yii2 implementation of the Sendmachine API

  Sources   Download

WTFPL

The Requires

 

by ZoltĂĄn SzĂĄntĂł

extension yii2 sendmachine newsletter