p51i / qualtrics-api-php
There is no license information available for the latest version (1.0.0-alpha) of this package.
PHP library for v3 of the Qualtrics API
1.0.0-alpha
2016-12-15 14:33 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: 6.2.1
Requires (Dev)
- phpunit/phpunit: 4.8.21
This package is auto-updated.
Last update: 2024-11-08 07:46:22 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