akamon/upsight-php-sdk-wrapper

This package is abandoned and no longer maintained. No replacement package was suggested.

This is a wrapper that uses `composer` for Upsight PHP SDK library.

dev-master 2014-05-16 17:06 UTC

This package is not auto-updated.

Last update: 2016-08-13 08:05:58 UTC


README

This is a wrapper that uses composer for Upsight PHP SDK library (http://help.analytics.upsight.com/api-sdk-reference/php/).

Current Upsight library version is 0.1.

Debug mode

You can enable the debug mode adding:

$api = new UpsightApi(self::API_KEY, ['debug' => true]);

In this mode two requests are sent. One to production server and other to the test server.