- Download and extract the project into an appropriate place in your application.
- Require the SDK's autoloader. (note: the path to include the autoload may be different depending on the structure of your application)
require '/src/Prad/autoload.php'
Once built in autoloader has been required, you can begin using the SDK.
use Prad\PerfectAudience;
$pa = new PerfectAudience('user_id', 'user_pwd');
$status = $pa->getReportstatus('campaign_report');
Use of this library requires PHP 5.3+, and PHP cURL extension (http://php.net/manual/en/book.curl.php)