Download the PHP package morphatic/qualtrics without Composer

On this page you can find all versions of the php package morphatic/qualtrics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package qualtrics

Qualtrics API wrapper for Laravel 4

Latest Stable Version Total Downloads Latest Unstable Version Build Status Coverage Status Dependency Status License

The Qualtrics REST API allows you to query the Qualtrics system using a simple URL syntax. All requests are simple GET or POST requests that return XML or JSON. The REST API allows you to interact with any part of the Qualtrics system allowing for full integration with client systems.

This Qualtrics API wrapper for Laravel 4 provides access to the API via a PHP wrapper.

Installation

To install the Qualtrics API wrapper for Laravel 4, add the following to the "require" element of your composer.json file:

Then run composer update from the command line.

In config.app under providers add:

Finally, from the command line run:

And in the app/config/packages/morphatic/qualtrics/config.php file update your username and API token. Optionally you may also add a library ID to the config file.

Basic usage

You can create a basic instance of the class with just a username and API token. Here's an example:

Any additional parameters required by the call (see the official API documentation) should be passed as an associative array of key/value pairs. The keys are case sensitive and follow the naming convention of the official docs.

Disclaimer

I am in no way, shape, or form affiliated with Qualtrics. In order to gain access to the Qualtrics REST API, your organization or institution must subscribe to this service. In my case, it meant contacting an IT administrator at my university and asking them to do so.

License

Qualtrics API wrapper for Laravel 4 is open-sourced software licensed under the MIT license


All versions of qualtrics with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
illuminate/support Version 4.2.*@dev
guzzlehttp/guzzle Version ~4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package morphatic/qualtrics contains the following files

Loading the files please wait ....