2017 © Pedro Peláez
 

library serp-vision-php-sdk

image

serp-vision/serp-vision-php-sdk

  • Tuesday, April 3, 2018
  • by SERPVision
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SERP-Vision-php-sdk

This SDK is available for SERP Vision. You can use the API to provide SERP data in your own application. Request your API-Key here https://serpvision.com.

The full documentation can be found on the website https://serpvision.com/api-endpoints/, (*1)

Get started

Install with composer (preferred), (*2)

Either run, (*3)

$ php composer.phar require serp-vision/serp-vision-php-sdk "dev-master"

or add, (*4)

"serp-vision/serp-vision-php-sdk": "dev-master"

to the require section of your composer.json file., (*5)

Without composer
, (*6)

Download, (*7)

git clone https://github.com/SERPVision/SERPVision-php-sdk.git

Example

use SERPVision\SERPVisionApi;

const SERPVISION_API_KEY = "MY-API-KEY";

$serpVision = new SERPVisionApi();

$res = $serpVision->getCredit(SERPVISION_API_KEY);

if ($res['status'] == 'ok') {

    // Display the credit
    echo $res['credit'];
}
else {

    // Some error occurred
    echo $res['message'];
}

The Versions

03/04 2018

1.0.2

1.0.2.0

  Sources   Download

26/01 2017

dev-master

9999999-dev https://github.com/SERPVision/SERPVision-php-sdk

Interact with the SERP Vision API

  Sources   Download

MIT

The Requires

 

26/01 2017

1.0.3

1.0.3.0 https://github.com/SERPVision/SERPVision-php-sdk

Interact with the SERP Vision API

  Sources   Download

MIT

The Requires