Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 838 Bytes

Perfect Audience PHP SDK

Build Status

Installation

Manual Installation

  1. Download and extract the project into an appropriate place in your application.
  2. 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'

Usage

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');

Minimum Requirements

Use of this library requires PHP 5.3+, and PHP cURL extension (http://php.net/manual/en/book.curl.php)