2017 © Pedro Peláez
 

library sendinblue-api-php

SendinBlue API Wrapper

image

kamva/sendinblue-api-php

SendinBlue API Wrapper

  • Sunday, January 15, 2017
  • by behzadsh
  • Repository
  • 2 Watchers
  • 0 Stars
  • 683 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

SendinBlue API PHP

A wrapper for sendinblue api (Beta), (*1)

Current features

  • Campaigns

Installation

Add moloquent package to your compoer.json:, (*2)

"require": {
  "kamva/sendinblue-api-php": "dev-master"
}

And then do a composer update., (*3)

Or run the following command on your console:, (*4)

composer require kamva/sendinblue-api-php

Usage

Campaigns

For adding a user to campaign list, do the following., (*5)

$data = [
    'email'      => 'john.doe@mail.com',
    'attributes' => [
        'name' => 'John Doe',
        'age' => 34
    ],
    'listid'     => [21]
];

$client = new Kamva\SendinBlue\Client();
$client->campaigns()->users()->createOrUpdate($data);

فروشگاه ساز, (*6)

The Versions

15/01 2017

dev-master

9999999-dev

SendinBlue API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Behzad Shabani