dawidsajdak/freshmail-api

dev-master 2016-09-16 09:58 UTC

This package is not auto-updated.

Last update: 2025-01-18 21:30:37 UTC


README

Wrapper for the most fucked up api in the world.

Installation

The easiest way to get install the library is by using composer:

composer require dawidsajdak/freshmail-api

Basic usage

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

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