inviqa/searchmetrics

Searchmetrics API v3 integration

1.0.1 2016-05-09 09:14 UTC

README

Build Status

Overview

Connection library for the Searchmetrics v3 API.

Installation

composer require inviqa/searchmetrics

Quickstart

  • Create a configuration object
new Searchmetrics\Config\ConnectionConfig($apikey, $apisecret);
  • Create an API endpoint class
$api = Searchmetrics\Factory\Api\ProjectApiFactory::create($config, 'Optimization');

Useful pages

Contributing

Please ensure any contributions:

  • Are submitted with accompanying specs
  • Follow PSR-2 (with the exceptions of spec classes, which should follow the format currently used by spec classes)