Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 548 Bytes

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