2017 © Pedro Peláez
 

library yii2-mailin

SendinBlue Mailin wrapper for Yii2 framework

image

naffiq/yii2-mailin

SendinBlue Mailin wrapper for Yii2 framework

  • Monday, April 3, 2017
  • by naffiq
  • Repository
  • 1 Watchers
  • 0 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

Yii2 Mailin

Build Status Test Coverage Code Climate, (*1)

SendinBlue Mailin wrapper for Yii2 framework., (*2)

Installation

Preferred way to install is through composer, (*3)

$ composer require naffiq/yii2-mailin

Configuration

Get your API key from SendinBlue account page and insert it into your config file as follows:, (*4)

 [
        // ...
        'mailin' => [
            'class' => 'naffiq\mailin\Mailin',
            'apiKey' => SENDINBLUE_API_KEY,
            // 'apiUrl' => ''
        ]
    ]
]

?>

Usage

To get official SendinBlue library Mailin object instance, use getClient() method of component, (*5)

mailin->getClient();

// Use $mailin object 
?>

Refer to API DOCS (PHP section) for further usage., (*6)

Testing

Before running tests with PHPUnit, supply your SendInBlue API key via environmental variable, such as this:, (*7)

$ MAILIN_API_KEY=your_key phpunit

The Versions

03/04 2017

dev-master

9999999-dev

SendinBlue Mailin wrapper for Yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Galymzhan Abdugalimov

03/04 2017

1.1.0

1.1.0.0

SendinBlue Mailin wrapper for Yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Galymzhan Abdugalimov

07/12 2016

1.0.0

1.0.0.0

SendinBlue Mailin wrapper for Yii2 framework

  Sources   Download

MIT

The Requires

 

by Galymzhan Abdugalimov