2017 © Pedro Peláez
 

library freshmail-api

image

dawidsajdak/freshmail-api

  • Friday, September 16, 2016
  • by Grins
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FreshMail

Wrapper for the most fucked up api in the world., (*1)

Installation

The easiest way to get install the library is by using composer:, (*2)

composer require dawidsajdak/freshmail-api, (*3)

Basic usage

        $client = new Client(
            API_KEY,
            SECRET_API_KEY',
            new GuzzleHttpClient(
                new \GuzzleHttp\Client()
            )
        );

        /** @var Response $response */
        $response = $client->api('ping')->ping([]);

The Versions

16/09 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dawid Sajdak