ssswang/qualtrics-api-php

There is no license information available for the latest version (dev-master) of this package.

PHP library for v3 of the Qualtrics API

dev-master 2019-12-10 19:08 UTC

This package is auto-updated.

Last update: 2024-04-11 14:37:15 UTC


README

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