dawidsajdak / freshmail-api
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dawidsajdak/freshmail-api
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpspec/phpspec: ^3.0
This package is not auto-updated.
Last update: 2025-10-26 01:41:32 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([]);