16/09
2016
dev-master
9999999-dev
MIT
The Requires
- php >=7.0
- guzzlehttp/guzzle ^6.2
The Development Requires
by Dawid Sajdak
Wallogit.com
2017 © Pedro Peláez
Wrapper for the most fucked up api in the world., (*1)
The easiest way to get install the library is by using composer:, (*2)
composer require dawidsajdak/freshmail-api, (*3)
$client = new Client(
API_KEY,
SECRET_API_KEY',
new GuzzleHttpClient(
new \GuzzleHttp\Client()
)
);
/** @var Response $response */
$response = $client->api('ping')->ping([]);
MIT