2017 © Pedro Peláez
 

yii2-extension yii2-sendpulse

Client for service sendpulse

image

sevenfloor/yii2-sendpulse

Client for service sendpulse

  • Tuesday, June 27, 2017
  • by ignatenkovnikita
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1,070 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

Client for service sendpulse

Client for service sendpulse, (*1)

This API client base on official API client, (*2)

Latest Stable Version Total Downloads Latest Unstable Version License, (*3)

Installation

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

Either run, (*5)

php composer.phar require --prefer-dist sevenfloor/yii2-sendpulse "*"

or add, (*6)

"sevenfloor/yii2-sendpulse": "*"

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

Usage

Add this to your main configuration's components array:, (*8)

'sendpulse' => [
            'class' => \sevenfloor\sendpulse\SendPulse::className(),
            'userId' => 'your_userId_',
            'secret' => 'your_secret',
            'storageType' => 'session'
        ],

The Versions

27/06 2017

dev-master

9999999-dev

Client for service sendpulse

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 sendpulse

26/04 2016

0.0.2

0.0.2.0

Client for service sendpulse

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 sendpulse

15/04 2016

v0.0.1

0.0.1.0

Client for service sendpulse

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 sendpulse