/qualtrics-api-php

PHP library for Qualtrics API v3

Primary LanguagePHP

PHP library for v3 of the Qualtrics API

This library provides convenient wrapper functions for Qualtrics's REST API. The API is documented here.

Requirements

Installation

Dependencies are managed by Composer. From the library root, run:

composer install

Testing

This library includes a PHPUnit test suite. To run the tests, from the library root, run:

phpunit