dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Piotr Rzeczkowski
api freshmail
v1.0.0
1.0.0.0
MIT
The Requires
The Development Requires
by Piotr Rzeczkowski
api freshmail
A PHP library that easies usage of FreshMail REST API, (*1)
The easiest way to get install the library is by using composer:, (*2)
composer require wizjo/freshmail
, (*3)
$fm = new \Wizjo\FreshMail(API_KEY, API_SECRET); //get request $action = $fm->request('/ping'); $data = $action->getData(); echo $data['data']; //will print "pong" //post request $action = $fm->request('/ping', ['test' => 'data']); $data = $action->getData(); echo $data['data']['test']; //will print "data"
MIT
api freshmail
MIT
api freshmail