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
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^6.4
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2024-11-11 15:52:47 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