2017 © Pedro Peláez
 

library zendservice-mailjet

image

narno/zendservice-mailjet

  • Tuesday, July 31, 2018
  • by Narno
  • Repository
  • 0 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Mailjet-API

A simple PHP library for the Mailjet API v1., (*1)

Latest Stable Version License, (*2)

Dependencies

Note: There is also a version available for the Zend Framework 1., (*3)

Installation

The recommended way is through Composer., (*4)

composer require narno/mailjet-api

Usage

<?php
use Narno\Mailjet\Api as MailjetApi;

try {
    $api = New MailjetApi('key', 'secret_key');
    // fetches user's infos...
    $userInfos = $api->user->infos();
    if ($userInfos->status == 'OK') {
        // ...and displays
        print_r($userInfos->infos);
    }
} catch (Exception $e) {
    echo $e->getMessage();
}

Mailjet API documentation: http://www.mailjet.com/docs/api., (*5)

License

Free software distributed under the terms of the MIT license., (*6)

© Arnaud Ligny, (*7)

The Versions

31/07 2018

dev-zf1

dev-zf1

  Sources   Download

06/03 2017

dev-master

9999999-dev

Simple PHP library for the Mailjet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

api zf2 mailjet

22/08 2016

1.0.0

1.0.0.0

Simple PHP library for the Mailjet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

api zf2 mailjet