inviqa / searchmetrics
Searchmetrics API v3 integration
1.0.1
2016-05-09 09:14 UTC
Requires
- commerceguys/guzzle-oauth2-plugin: ~2.0
- shrikeh/teapot: ^1.0
- symfony/css-selector: ^3.0
- symfony/dom-crawler: ^3.0
Requires (Dev)
- phpspec/phpspec: ~2.4
- squizlabs/php_codesniffer: ^2.5
This package is not auto-updated.
Last update: 2024-10-26 19:16:10 UTC
README
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)