akamon / upsight-php-sdk-wrapper
This is a wrapper that uses `composer` for Upsight PHP SDK library.
Installs: 2 607
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 13
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
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.