17/03
2018
Wallogit.com
2017 © Pedro Peláez
A simple SurveyMonkey API for version 3., (*1)
Add the following to your composer.json under require:, (*2)
"require": {
"clearmedia/surveymonkey-api": "dev-master"
}
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)