dawidsajdak / freshmail-api
dev-master
2016-09-16 09:58 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpspec/phpspec: ^3.0
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([]);