p51i / qualtrics-api-php
PHP library for v3 of the Qualtrics API
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 5
pkg:composer/p51i/qualtrics-api-php
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: 6.2.1
Requires (Dev)
- phpunit/phpunit: 4.8.21
This package is auto-updated.
Last update: 2025-09-08 09:31:32 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