2017 © Pedro Peláez
 

library surveymonkey-api

image

clearmedia/surveymonkey-api

  • Saturday, March 17, 2018
  • by clearmedia
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SurveyMonkey API v3 for PHP

A simple SurveyMonkey API for version 3., (*1)

Requirements

  • PHP 5.5+
  • Composer - http://www.getcomposer.org

Installation

Add the following to your composer.json under require:, (*2)

"require": {
    "clearmedia/surveymonkey-api": "dev-master"
}

Usage

1) Initiate a client with a long lived token:, (*3)

$client = new ClearMedia\SurveyMonkey\Client(MY_API_TOKEN);, (*4)

2) Make calls:, (*5)

``$client->getSurveys([]);``

3) Check out src/Api/*Trait.php for exposed methods in the Client class., (*6)

The Versions

17/03 2018

dev-master

9999999-dev

  Sources   Download

GPL-3.0

The Requires

 

by CLEAR Media