QmarXX / REST-API

Authorization class for FreshMail REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreshMail

A php library which implements the functionality of FreshMail REST API.

Installation via composer

Add to composer.json file:

{
    "require": {
        "freshmail/rest-api": "dev-master"
    }
}

Use in php project:

use FreshMail\RestApi as FmRestApi;

Installation by hand

require_once 'class.rest.php';
require_once 'config.php';

Examples

All samples included in samples directory.

Thanks to

@adam187

About

Authorization class for FreshMail REST API


Languages

Language:PHP 100.0%